Module: Gemmy::Patches::StringPatch::InstanceMethods::Words
- Defined in:
- lib/gemmy/patches/string_patch.rb
Instance Method Summary collapse
-
#words ⇒ Object
facets.
Instance Method Details
#words ⇒ Object
facets
78 79 80 |
# File 'lib/gemmy/patches/string_patch.rb', line 78 def words self.split(/\s+/) end |