Class: RSpock::AST::DefNode
- Defined in:
- lib/rspock/ast/node.rb
Constant Summary
Constants inherited from Node
Instance Method Summary collapse
Methods inherited from Node
Instance Method Details
#args ⇒ Object
35 |
# File 'lib/rspock/ast/node.rb', line 35 def args = children[1] |
#method_call ⇒ Object
34 |
# File 'lib/rspock/ast/node.rb', line 34 def method_call = children[0] |