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