Class: TestRunner::Config::Option::Boolean
- Inherits:
-
TestRunner::Config::Option
- Object
- TestRunner::Config::Option
- TestRunner::Config::Option::Boolean
- Defined in:
- lib/test_runner/config.rb
Instance Method Summary collapse
Methods inherited from TestRunner::Config::Option
evaluate, #fetch, #initialize, #set?
Constructor Details
This class inherits a constructor from TestRunner::Config::Option
Instance Method Details
#value ⇒ Object
71 72 73 |
# File 'lib/test_runner/config.rb', line 71 def value not [nil, false, "", "0", "n", "no", "false"].include? @value end |