class RDoc::TopLevel

def == other

def == other
  self.class === other and @relative_name == other.relative_name
end