Class: AbstractSyntaxTreeKit::Node::RETURN
- Inherits:
-
AbstractSyntaxTreeKit::Node
- Object
- AbstractSyntaxTreeKit::Node
- AbstractSyntaxTreeKit::Node::RETURN
- Defined in:
- lib/astkit/node/return.rb
Instance Attribute Summary
Attributes inherited from AbstractSyntaxTreeKit::Node
#body, #children, #condition, #els, #first_column, #first_lineno, #last_column, #last_lineno, #type
Instance Method Summary collapse
-
#initialize(node:) ⇒ RETURN
constructor
A new instance of RETURN.
Constructor Details
#initialize(node:) ⇒ RETURN
Returns a new instance of RETURN.
4 5 6 |
# File 'lib/astkit/node/return.rb', line 4 def initialize(node:) super(node) end |