Method: YARD::CodeObjects::RootObject#equal?
- Defined in:
- lib/yard/code_objects/root_object.rb
permalink #equal?(other) ⇒ Boolean
9 10 11 |
# File 'lib/yard/code_objects/root_object.rb', line 9 def equal?(other) other == :root ? true : super(other) end |