class RDoc::Mixin

def ==(other) # :nodoc:

:nodoc:
def ==(other) # :nodoc:
  self.class === other and @name == other.name
end