Method: DataMagic::StandardTranslation#sentences
- Defined in:
- lib/data_magic/standard_translation.rb
#sentences(sentence_count = 3) ⇒ Object Also known as: dm_sentences
return random sentences - default is 3 sentences
162 163 164 |
# File 'lib/data_magic/standard_translation.rb', line 162 def sentences(sentence_count = 3) Faker::Lorem.sentences(sentence_count).join(' ') end |