Class: ShuntingYard::ArgumentSeparator

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

Overview

Matched tokens

Instance Attribute Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



5
6
7
# File 'lib/shunting_yard/structs.rb', line 5

def value
  @value
end