Method: Racc::Shift#initialize
- Defined in:
- lib/racc/state.rb
#initialize(goto) ⇒ Shift
Returns a new instance of Shift.
878 879 880 |
# File 'lib/racc/state.rb', line 878 def initialize(goto) @goto_state = goto end |
Returns a new instance of Shift.
878 879 880 |
# File 'lib/racc/state.rb', line 878 def initialize(goto) @goto_state = goto end |