Class: Huebot::Program::AST::NoOp
- Inherits:
-
Struct
- Object
- Struct
- Huebot::Program::AST::NoOp
- Defined in:
- lib/huebot/program.rb
Instance Attribute Summary collapse
-
#x ⇒ Object
Returns the value of attribute x.
Instance Attribute Details
#x ⇒ Object
Returns the value of attribute x
31 32 33 |
# File 'lib/huebot/program.rb', line 31 def x @x end |