Class: TestRunner::Config::Option::Boolean

Inherits:
TestRunner::Config::Option show all
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

#valueObject



71
72
73
# File 'lib/test_runner/config.rb', line 71

def value
  not [nil, false, "", "0", "n", "no", "false"].include? @value
end