class Hash

def with_indifferent_access

def with_indifferent_access
  hash = self.dup
  hash.extend IndifferentAccess
  hash
end