method

split_words

1.1.12 - Show latest stable - Class: Spec::Matchers::Be
split_words(sym)
private

No documentation available.

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