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