Class: ShuntingYard::Parenthesis

Inherits:
Struct
  • Object
show all
Defined in:
lib/shunting_yard/structs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sideObject

Returns the value of attribute side

Returns:

  • (Object)

    the current value of side



9
10
11
# File 'lib/shunting_yard/structs.rb', line 9

def side
  @side
end