Class: Huebot::Program::AST::InfiniteLoop
- Inherits:
-
Struct
- Object
- Struct
- Huebot::Program::AST::InfiniteLoop
- Defined in:
- lib/huebot/program.rb
Instance Attribute Summary collapse
-
#pause ⇒ Object
Returns the value of attribute pause.
Instance Attribute Details
#pause ⇒ Object
Returns the value of attribute pause
23 24 25 |
# File 'lib/huebot/program.rb', line 23 def pause @pause end |