# File lib/randexp/randgen.rb, line 57 def self.sentence(options = {}) ((options[:length] || WORDS_PER_SENTENCE.pick).of { word } * " ").capitalize end