Method: WordNet::Word#to_s

Defined in:
lib/wordnet/word.rb

#to_sObject

Return the stringified word; alias for #lemma.



105
106
107
# File 'lib/wordnet/word.rb', line 105

def to_s
  return self.lemma
end