Object
# File lib/mongrel/debug.rb, line 66 def close(*arg,&blk) $open_files.delete self orig_close(*arg,&blk) end
# File lib/mongrel/debug.rb, line 61 def open(*arg, &blk) $open_files[self] = args.inspect orig_open(*arg,&blk) end
Generated with the Darkfish Rdoc Generator 2.