# File lib/anemone/storage/mongodb.rb, line 54
      def merge!(hash)
        hash.each { |key, value| self[key] = value }
        self
      end