class YARD::Parser::Ruby::AstNode

def call?

Returns:
  • (Boolean) - whether the node is a method call
def call?
  false
end