Sha256: a6d8b94523b38e655e091f8eaa24672cf0014db57d8cd4c76717770999dc14b5
Contents?: true
Size: 294 Bytes
Versions: 22
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true require "cymbal" module Mihari module Mixins module Hash # # Symbolize hash keys # # @param [Hash] hash # # @return [Hash] # def symbolize_hash(hash) Cymbal.symbolize hash end end end end
Version data entries
22 entries across 22 versions & 1 rubygems