Method: Concode::Dictionary.noun_lengths

Defined in:
lib/concode/dictionary.rb

.noun_lengthsObject



16
17
18
# File 'lib/concode/dictionary.rb', line 16

def noun_lengths
  @noun_lengths ||= collect_lengths(nouns)
end