Method: String#words

Defined in:
lib/textstats.rb

#wordsObject



2
3
4
# File 'lib/textstats.rb', line 2

def words
  scan(/\w[\w\'\-]*/)
end