We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b85bdd commit b32a437Copy full SHA for b32a437
ruby/lib/interscript/dsl/group/parallel.rb
@@ -1,6 +1,6 @@
1
class Interscript::DSL::Group::Parallel < Interscript::DSL::Group
2
- def initialize(&block)
3
- @node = Interscript::Node::Group::Parallel.new
+ def initialize(reverse_run: nil, &block)
+ @node = Interscript::Node::Group::Parallel.new(reverse_run: reverse_run)
4
self.instance_exec(&block)
5
end
6
0 commit comments