Method: YARD::Parser::Ruby::AstNode#call?

Defined in:
lib/yard/parser/ruby/ast_node.rb

#call?Boolean

Returns whether the node is a method call.

Returns:

  • (Boolean)

    whether the node is a method call


238
239
240
# File 'lib/yard/parser/ruby/ast_node.rb', line 238

def call?
  false
end