module Hashie::Extensions::IndifferentAccess

def indifferent_key?(key)

def indifferent_key?(key)
  regular_key? convert_key(key)
end