Sha256: 4f94d279d7e1db2dfc997c0cf34efb3d17acdf66590ea69f4ab519c94f4a314d
Contents?: true
Size: 250 Bytes
Versions: 1
Compression:
Stored size: 250 Bytes
Contents
module ExperimentLight module HelperMethods def experiment_on?(experiment_name) ExperimentLight::Experiment.on?(experiment_name) end def experiment_off?(experiment_name) !experiment_on?(experiment_name) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
experiment_light-0.3.0 | lib/experiment_light/helper_methods.rb |