= private = protected
<=>(other)
Compares this Comment to another; the contents of the comment are used in the comparison.
# File lib/rexml/comment.rb, line 63 def <=>(other) other.to_s <=> @string end