460 461 462 463 464
# File 'lib/mgmg/utils.rb', line 460 def h_array(*ary) new(1, ary.length) do |i, j| ary[j] end end