Open antob opened 12 years ago
I noticed that the Rack interface point, the method "call" in base.rb, does a "dup.call!(env)". Anyone know why the dup is used?
I took a quick look, and I don't even see where the dup is assigned to.
I noticed that the Rack interface point, the method "call" in base.rb, does a "dup.call!(env)". Anyone know why the dup is used?