class Experimental::Source::Base
Public Instance Methods
[](name)
click to toggle source
Return the experiment with the given name (Symbol or String)
# File lib/experimental/source/base.rb, line 5 def [](name) raise NotImplementedError, 'abstract' end
available()
click to toggle source
Return all non-removed experiments.
# File lib/experimental/source/base.rb, line 10 def available raise NotImplementedError, 'abstract' end