Method: FFaker::LoremBR#paragraph
- Defined in:
- lib/ffaker/lorem_br.rb
#paragraph(sentence_count = 3) ⇒ Object
37 38 39 |
# File 'lib/ffaker/lorem_br.rb', line 37 def paragraph(sentence_count = 3) sentences(sentence_count + rand(0..2)).join(' ') end |