class RDoc::MethodAttr

def ==(other) # :nodoc:

:nodoc:
def ==(other) # :nodoc:
  equal?(other) or self.class == other.class and full_name == other.full_name
end