module Hashie::Extensions::IndifferentAccess

def indifferent_delete(key)

def indifferent_delete(key)
  regular_delete convert_key(key)
end