method

split_words

split_words(sym)
private

No documentation available.

# File lib/spec/matchers/be.rb, line 169
        def split_words(sym)
          sym.to_s.gsub(/_/,' ')
        end