Method: YARD::CodeObjects::RootObject#equal?

Defined in:
lib/yard/code_objects/root_object.rb

#equal?(other) ⇒ Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/yard/code_objects/root_object.rb', line 12

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