class TestRunner::Config::Option::Number

Public Instance Methods

value() click to toggle source
# File lib/test_runner/config.rb, line 65
def value
  @value.to_i
end