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