Module: Cistern::HashSupport

Included in:
Collection, Model, Request
Defined in:
lib/cistern/hash_support.rb

Instance Method Summary collapse

Instance Method Details

#hash_except(*args) ⇒ Object



5
# File 'lib/cistern/hash_support.rb', line 5

def hash_except(*args); Cistern::Hash.except(*args); end

#hash_except!(*args) ⇒ Object



6
# File 'lib/cistern/hash_support.rb', line 6

def hash_except!(*args); Cistern::Hash.except!(*args); end

#hash_slice(*args) ⇒ Object



4
# File 'lib/cistern/hash_support.rb', line 4

def hash_slice(*args); Cistern::Hash.slice(*args); end

#hash_stringify_keys(*args) ⇒ Object



7
# File 'lib/cistern/hash_support.rb', line 7

def hash_stringify_keys(*args); Cistern::Hash.stringify_keys(*args); end