class IO
Public Instance Methods
close(*arg,&blk)
click to toggle source
# File lib/mongrel/debug.rb, line 66 def close(*arg,&blk) $open_files.delete self orig_close(*arg,&blk) end
Also aliased as: orig_close
open(*arg, &blk)
click to toggle source
# File lib/mongrel/debug.rb, line 61 def open(*arg, &blk) $open_files[self] = args.inspect orig_open(*arg,&blk) end
Also aliased as: orig_open