Module: EleetScript::Nextable
Instance Method Summary collapse
Instance Method Details
#nexted ⇒ Object
52 53 54 |
# File 'lib/lang/interpreter.rb', line 52 def nexted @nexted = true end |
#nexted? ⇒ Boolean
56 57 58 |
# File 'lib/lang/interpreter.rb', line 56 def nexted? @nexted end |
#reset_nexted ⇒ Object
60 61 62 |
# File 'lib/lang/interpreter.rb', line 60 def reset_nexted @nexted = false end |