class RDoc::Comment

def == other # :nodoc:

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