# File lib/mongrel/debug.rb, line 131
131:   def open(*arg, &blk)
132:     $open_files[self] = arg[0]
133:     orig_open(*arg,&blk)
134:   end