60 61 62
# File 'lib/lingo/language/word_form.rb', line 60 def <=>(other) other.nil? ? 1 : to_a <=> other.to_a end