class RDoc::Comment
def == other # :nodoc:
def == other # :nodoc: self.class === other and other.text == @text and other.location == @location end
def == other # :nodoc: self.class === other and other.text == @text and other.location == @location end