Class: Text

Inherits:
Object
  • Object
show all
Includes:
TextSource
Defined in:
lib/ipsummer/text.rb

Instance Method Summary collapse

Methods included from TextSource

#lorem_ipsum

Instance Method Details

#sentencesObject



8
9
10
# File 'lib/ipsummer/text.rb', line 8

def sentences
  randomize_sentences source
end

#wordsObject



12
13
14
# File 'lib/ipsummer/text.rb', line 12

def words
  randomize_words source
end