In 1.9.2 you can pass a default value when instantiating a Hash, this should keep the original sense: @jobs = Hash.new []
↧
In 1.9.2 you can pass a default value when instantiating a Hash, this should keep the original sense: @jobs = Hash.new []