class TrailGuide::Experiment

Public Class Methods

inherited(child) click to toggle source
# File lib/trail_guide/experiment.rb, line 6
def self.inherited(child)
  child.instance_variable_set :@configuration, Experiments::Config.new(child, inherit: self.configuration)
end