Class: Ab::NullTest
Instance Method Summary
collapse
#method_missing, #respond_to_missing?
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class Ab::MissingVariant
Instance Method Details
#end_at ⇒ Object
12
13
14
|
# File 'lib/ab/null_test.rb', line 12
def end_at
Test::DEFAULT_END_AT
end
|
#start_at ⇒ Object
8
9
10
|
# File 'lib/ab/null_test.rb', line 8
def start_at
Test::DEFAULT_START_AT
end
|
#variant ⇒ Object
5
6
|
# File 'lib/ab/null_test.rb', line 5
def variant
end
|