Method: Fast::Experiment#run_with

Defined in:
lib/fast/experiment.rb

#run_with(file) ⇒ Object

It combines current experiment with Fast::ExperimentFile#run

Parameters:

  • file (String)

    to be analyzed by the experiment



103
104
105
# File 'lib/fast/experiment.rb', line 103

def run_with(file)
  ExperimentFile.new(file, self).run
end