# File lib/plucky/normalizers/hash_key.rb, line 14
      def call(key)
        @keys.fetch key.to_sym, key
      end