# File lib/wordnet/synset.rb, line 368
def
glosses
return
self
.gloss.split(
/\s*;\s*/
)
end