# File lib/ohm.rb, line 1441 def update_attributes(atts) atts.each { |att, val| send("#{att}=""#{att}=", val) } end