Flowdock
method

split_words

Importance_0
split_words(sym) private

No documentation

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

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