Method: YARD::Handlers::Ruby::HandlesExtension#matches?
- Defined in:
- lib/yard/handlers/ruby/base.rb
#matches?(node) ⇒ Boolean
Tests if the node matches the handler
26 |
# File 'lib/yard/handlers/ruby/base.rb', line 26 def matches?(node) raise NotImplementedError end |