# File temp/text.rb, line 118
                def <=>( other )
                        to_s() <=> other.to_s
                end