# File Grammatiken.rb, line 46 def <=>(anOther) if (anOther!=nil) then return (@name <=> anOther.getName) else return false end end