# File lib/mongrel/debug.rb, line 66
  def close(*arg,&blk)
    $open_files.delete self
    orig_close(*arg,&blk)
  end