# File lib/dragonfly/configurable.rb, line 34 def configure(&block) yield ConfigurationProxy.new(self) self end