Class: FAM::Syntax::AST::GotoNode
Instance Attribute Summary collapse
-
#ident ⇒ Object
Returns the value of attribute ident.
Instance Method Summary collapse
-
#initialize(ident) ⇒ GotoNode
constructor
A new instance of GotoNode.
Methods inherited from Node
Constructor Details
#initialize(ident) ⇒ GotoNode
Returns a new instance of GotoNode.
33 34 35 |
# File 'lib/fam/syntax/ast.rb', line 33 def initialize ident @ident = ident end |
Instance Attribute Details
#ident ⇒ Object
Returns the value of attribute ident.
32 33 34 |
# File 'lib/fam/syntax/ast.rb', line 32 def ident @ident end |