about summary refs log tree commit homepage
path: root/lib/unicorn/tmpio.rb
DateCommit message (Collapse)
2011-03-27tmpio: do not redefine size method under 1.9.2+
File#size is available in 1.9.2
2010-10-05tmpio: use super instead of an explicit method
This is for compatibility with Ruby implementations such as Rubinius that use "IO.new" internally inside "IO.open"
2010-10-05Unicorn::Util.tmpio => Unicorn::TmpIO.new
This is slightly shorter and hopefully easier to find.