class ProcessExecuter::Options

def invalid_timeout_after_message

Other tags:
    Api: - private

Returns:
  • (String) -
def invalid_timeout_after_message
  "timeout_after must be nil or a non-negative real number but was #{options[:timeout_after].pretty_inspect}"
end