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)

26
# File 'lib/yard/handlers/ruby/base.rb', line 26

def matches?(node) raise NotImplementedError end