class TestBench::Controls::Executor::Substitute

Attributes

telemetry[W]

Public Instance Methods

call(files) click to toggle source
# File lib/test_bench/controls/executor/substitute.rb, line 7
def call files
  files.each do |file|
    executed_files << file
  end
end
executed_files() click to toggle source
# File lib/test_bench/controls/executor/substitute.rb, line 13
def executed_files
  @executed_files ||= []
end