Object
# File lib/mongrel/debug.rb, line 66
66: def close(*arg,&blk)
67: $open_files.delete self
68: orig_close(*arg,&blk)
69: end
# File lib/mongrel/debug.rb, line 61
61: def open(*arg, &blk)
62: $open_files[self] = args.inspect
63: orig_open(*arg,&blk)
64: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.