48 49 50 51 52
# File 'lib/mega/harray.rb', line 48 def HArray.new_h(hsh) nha=HArray.new nha.replace(hsh) #nha.reindex! end