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