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