# File lib/hashie/extensions/indifferent_access.rb, line 114
      def indifferent_key?(key)
        regular_key? convert_key(key)
      end