class YARD::CodeObjects::RootObject

def equal?(other)

def equal?(other)
  other == :root ? true : super(other)
end