class Hashie::Mash

def invert

strings.
values, and its values as keys. The new values and keys will always be
Returns a new instance of the class it was called on, using its keys as
def invert
  self.class.new(super)
end