# File lib/mega/ohash.rb, line 148 def invert hsh2 = Hash.new @order.each { |k| hsh2[self[k]] = k } hsh2 end