# File lib/racc/state.rb, line 917 def decref @refn -= 1 raise 'racc: fatal: act.refn < 0' if @refn < 0 end