Object
# File lib/racc/state.rb, line 880 880: def initialize(goto) 881: @goto_state = goto 882: end
# File lib/racc/state.rb, line 886 886: def goto_id 887: @goto_state.ident 888: end
# File lib/racc/state.rb, line 890 890: def inspect 891: "<shift #{@goto_state.ident}>" 892: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.