Class: AbstractSyntaxTreeKit::Node::RETRY

Inherits:
AbstractSyntaxTreeKit::Node show all
Defined in:
lib/astkit/node/retry.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

Constructor Details

#initialize(node:) ⇒ RETRY

Returns a new instance of RETRY.



4
5
6
# File 'lib/astkit/node/retry.rb', line 4

def initialize(node:)
  super(node)
end