Class: RubyRTL::Next
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from Ast
Instance Method Summary collapse
-
#initialize(name) ⇒ Next
constructor
A new instance of Next.
Methods inherited from Ast
Constructor Details
#initialize(name) ⇒ Next
Returns a new instance of Next.
164 165 166 |
# File 'lib/ruby_rtl/ast.rb', line 164 def initialize name @name=name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
163 164 165 |
# File 'lib/ruby_rtl/ast.rb', line 163 def name @name end |