class FlakyTester::CommandParser::Errors::InvalidTimes

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/flaky_tester/command_parser/errors/invalid_times.rb, line 5
def initialize
  super("Times is not a positive number.")
end