class RDoc::Include

def == other # :nodoc:

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