# File lib/ohm.rb, line 1149
    def reload_attributes(atts = {})
      @attributes = {}
      @_memo = {}
      update_attributes(atts)
    end