What\'s the difference between these two statements? I use them in my rails app and to me it looks like they do the same thing
array_a = Array.new array_b =
Such as Hash.new vs {}. They are the same. Include speed.
Hash.new
{}