Class: RSpock::AST::DefNode

Inherits:
Node
  • Object
show all
Defined in:
lib/rspock/ast/node.rb

Constant Summary

Constants inherited from Node

Node::REGISTRY

Instance Method Summary collapse

Methods inherited from Node

build, register

Instance Method Details

#argsObject



35
# File 'lib/rspock/ast/node.rb', line 35

def args        = children[1]

#method_callObject



34
# File 'lib/rspock/ast/node.rb', line 34

def method_call = children[0]