# File lib/uber/builder.rb, line 19
      def <<(proc)
        super Uber::Option[proc, instance_exec: true]
      end