# File lib/main/base.rb, line 319
    def finalize
      while((f = @finalizers.pop)); f.call; end
    end