Class: ShuntingYard::Operand
- Inherits:
-
Struct
- Object
- Struct
- ShuntingYard::Operand
- Defined in:
- lib/shunting_yard/structs.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
7 8 9 |
# File 'lib/shunting_yard/structs.rb', line 7 def value @value end |