method

split_words

rspec latest stable - Class: Spec::Matchers::Be

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (1.2.0) is shown here.

split_words(sym)
private

No documentation available.

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