# File lib/mongrel/debug.rb, line 79
79:   def open(*arg, &blk)
80:     $open_files[self] = arg[0]
81:     orig_open(*arg,&blk)
82:   end