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