class RSpec::MultiprocessRunner::BadStartStringError

Public Class Methods

new(msg="An incorrect unique string was passed by the head node.") click to toggle source
Calls superclass method
# File lib/rspec/multiprocess_runner/file_coordinator.rb, line 160
def initialize(msg="An incorrect unique string was passed by the head node.")
  super
end