# File lib/visage-app/config.rb, line 4
      def use
        @configuration ||= {}
        yield @configuration
        nil
      end