module Gemmy::Patches::StringPatch::InstanceMethods::Words
Public Instance Methods
words()
click to toggle source
facets
# File lib/gemmy/patches/string_patch.rb, line 84 def words self.split(/\s+/) end
facets
# File lib/gemmy/patches/string_patch.rb, line 84 def words self.split(/\s+/) end