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