Method: YARD::CodeObjects::Base.===
- Defined in:
- lib/yard/code_objects/base.rb
permalink .===(other) ⇒ Boolean
Compares the class with subclasses
219 220 221 |
# File 'lib/yard/code_objects/base.rb', line 219 def ===(other) other.is_a?(self) end |