Flowdock
method

split_words

Importance_0
split_words(sym) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/matchers/pretty.rb, line 4
      def split_words(sym)
        sym.to_s.gsub(/_/,' ')
      end
Register or log in to add new notes.