Sha256: 35f66441dd7f23245c115a9d3fa6c8c29af04e810a1963a5b829cc8cdd8a5f09

Contents?: true

Size: 284 Bytes

Versions: 8

Compression:

Stored size: 284 Bytes

Contents

module Cistern::HashSupport
  def hash_slice(*args); Cistern::Hash.slice(*args); end
  def hash_except(*args); Cistern::Hash.except(*args); end
  def hash_except!(*args); Cistern::Hash.except!(*args); end
  def hash_stringify_keys(*args); Cistern::Hash.stringify_keys(*args); end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cistern-2.8.0 lib/cistern/hash_support.rb
cistern-2.7.2 lib/cistern/hash_support.rb
cistern-2.7.1 lib/cistern/hash_support.rb
cistern-2.7.0 lib/cistern/hash_support.rb
cistern-2.6.0 lib/cistern/hash_support.rb
cistern-2.5.0 lib/cistern/hash_support.rb
cistern-2.4.1 lib/cistern/hash_support.rb
cistern-2.4.0 lib/cistern/hash_support.rb