Skip to content

Instantly share code, notes, and snippets.

@uday-rayala
Created March 9, 2017 15:27
Show Gist options
  • Save uday-rayala/cec99cd669f1a11f274d6168c1599af6 to your computer and use it in GitHub Desktop.
Save uday-rayala/cec99cd669f1a11f274d6168c1599af6 to your computer and use it in GitHub Desktop.
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