# File lib/yard/code_objects/root_object.rb, line 9 def equal?(other) other == :root ? true : super(other) end