= private = protected
<=>( other )
other a String or a Text returns the result of (to_s <=> arg.to_s)
# File lib/rexml/text.rb, line 195 def <=>( other ) to_s() <=> other.to_s end