# File lib/dm-core/support/mash.rb, line 27 def default(key = nil) if key.is_a?(Symbol) && include?(key = key.to_s) self[key] else super end end