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