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