Class: RSpock::AST::DefNode

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

Instance Method Summary collapse

Instance Method Details

#argsObject



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

def args        = children[1]

#method_callObject



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

def method_call = children[0]