# File lib/mongrel/debug.rb, line 64
64:   def open(*arg, &blk)
65:     $open_files[self] = args.inspect
66:     orig_open(*arg,&blk)
67:   end