# File lib/hashie/rash.rb, line 37
    def update(other)
      other.each do |key, value|
        self[key] = value
      end

      self
    end