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