module Hashie::Extensions::IndifferentAccess

def indifferent_fetch(key, *args, &block)

def indifferent_fetch(key, *args, &block)
  regular_fetch convert_key(key), *args, &block
end