Sha256: 9316836625870de66689e9edca3aa4fcb0615407895787ab75f1872b91f3da43

Contents?: true

Size: 171 Bytes

Versions: 3

Compression:

Stored size: 171 Bytes

Contents

module WirecardCheckoutPage::Utils
  def stringify_keys(hash)
    hash.each_with_object(hash.dup.clear) do |(k, v), new_hash|
      new_hash[k.to_s] = v
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wirecard_checkout_page-0.1.0 lib/wirecard_checkout_page/utils.rb
wirecard_checkout_page-0.0.1 lib/wirecard_checkout_page/utils.rb
wirecard_checkout_page-0.0.0 lib/wirecard_checkout_page/utils.rb