Method: Experiment::Runner#initialize

Defined in:
lib/experiment/runner.rb

#initialize(arg, opt) ⇒ Runner

If you are using this programmatically you need to set these params correctly:



18
19
20
# File 'lib/experiment/runner.rb', line 18

def initialize(arg, opt)
  @arguments, @options = arg, opt
end