Method: YARD::Handlers::Ruby::HandlesExtension#matches?

Defined in:
lib/yard/handlers/ruby/base.rb

#matches?(node) ⇒ Boolean

Tests if the node matches the handler

Parameters:

Returns:

  • (Boolean)

    whether the node matches the handler

Raises:

  • (NotImplementedError)


27
28
29
# File 'lib/yard/handlers/ruby/base.rb', line 27

def matches?(node) # rubocop:disable Lint/UnusedMethodArgument
  raise NotImplementedError
end