# File lib/randexp/dictionary.rb, line 12 def self.words(options = {}) case when options.has_key?(:length) words_by_length[options[:length]] else @@words ||= load_dictionary end end