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