102 103 104
# File 'lib/cerberus/utils.rb', line 102 def default(key) self[key.to_s] if key.is_a?(Symbol) end