Object
# File racc/state.rb, line 881 def initialize(goto) @goto_state = goto end
# File racc/state.rb, line 887 def goto_id @goto_state.ident end
# File racc/state.rb, line 891 def inspect "<shift #{@goto_state.ident}>" end
This page was generated for Ruby 3.0.3
Generated with Ruby-doc Rdoc Generator 0.42.0.