# File lib/racc/state.rb, line 885 def initialize(goto) @goto_state = goto end
# File lib/racc/state.rb, line 891 def goto_id @goto_state.ident end
# File lib/racc/state.rb, line 895 def inspect "<shift #{@goto_state.ident}>" end