# File lib/mash.rb, line 49
  def initialize(source_hash = nil)
    deep_update(source_hash) if source_hash
    super(nil)
  end