class Thor::CoreExt::HashWithIndifferentAccess

def fetch(key, *args)

def fetch(key, *args)
  super(convert_key(key), *args)
end