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