# File lib/chef/mash.rb, line 191 def self.from_hash(hash) mash = Mash.new(hash) mash.default = hash.default mash end