Skip to content

Instantly share code, notes, and snippets.

@uday-rayala
Created March 9, 2017 15:27
Scientist::Experiment
module Scientist::Experiment
def self.new(name)
MyServiceExperiment.new(name: name)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment