# File solution.rb, line 536 def to_s ret = "" ret.force_encoding "UTF-8" ret = "\n SOLUTION # #{ @cnt.to_s} \n Lemma : #{ get_lemma() } \n Vocalized as : \t #{get_word_vocalization()} \n Morphology : \n #{ get_word_morphology()} Grammatical category : \n #{get_word_long_POS()} Glossed as : \n #{get_word_glosses()} " ret end