# File lib/dragonfly/configurable.rb, line 48 def configure(obj, &block) previous_obj = @obj @obj = obj instance_eval(&block) @obj = previous_obj end