module Cistern::HashSupport
Public Instance Methods
hash_except(*args)
click to toggle source
# File lib/cistern/hash_support.rb, line 5 def hash_except(*args); Cistern::Hash.except(*args); end
hash_except!(*args)
click to toggle source
# File lib/cistern/hash_support.rb, line 6 def hash_except!(*args); Cistern::Hash.except!(*args); end
hash_slice(*args)
click to toggle source
# File lib/cistern/hash_support.rb, line 4 def hash_slice(*args); Cistern::Hash.slice(*args); end
hash_stringify_keys(*args)
click to toggle source
# File lib/cistern/hash_support.rb, line 7 def hash_stringify_keys(*args); Cistern::Hash.stringify_keys(*args); end