# File src/rexml/text.rb, line 114
                def <=>( other )
                        to_s() <=> other.to_s
                end