Module: LocalCI

Defined in:
lib/local_ci.rb,
lib/local_ci/flow.rb,
lib/local_ci/failure.rb

Defined Under Namespace

Classes: Failure, Flow

Class Method Summary collapse

Class Method Details

.flow(task, heading, parallel: true, &block) ⇒ Object



10
11
12
# File 'lib/local_ci.rb', line 10

def self.flow(task, heading, parallel: true, &block)
  LocalCI::Flow.new(task: task, heading: heading, parallel: parallel, block: block)
end