# File lib/chef/mash.rb, line 185
  def to_hash
    Hash.new(default).merge(self)
  end