# File lib/dm-core/core_ext/hash.rb, line 24 def to_mash hash = Mash.new(self) hash.default = default hash end