# File lib/racc/state.rb, line 917 917: def decref 918: @refn -= 1 919: raise 'racc: fatal: act.refn < 0' if @refn < 0 920: end
# File lib/racc/state.rb, line 913 913: def incref 914: @refn += 1 915: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.