Class: RubyRTL::Next

Inherits:
Ast
  • Object
show all
Defined in:
lib/ruby_rtl/ast.rb

Instance Attribute Summary collapse

Attributes inherited from Ast

#comments

Instance Method Summary collapse

Methods inherited from Ast

#accept

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

#nameObject

Returns the value of attribute name.



163
164
165
# File 'lib/ruby_rtl/ast.rb', line 163

def name
  @name
end