Method: HashWithIndifferentAccess#fetch

Defined in:
lib/cerberus/utils.rb

#fetch(key, *extras) ⇒ Object



128
129
130
# File 'lib/cerberus/utils.rb', line 128

def fetch(key, *extras)
  super(convert_key(key), *extras)
end