# File lib/randexp/randgen.rb, line 67 def self.paragraph(options = {}) ((options[:length] || SENTENCES_PER_PARAGRAPH.pick).of { sentence } * ". ") + "." end