class RSpec::Core::Bisect::ForkRunner

def initialize(shell_command, spec_runner)

def initialize(shell_command, spec_runner)
  @shell_command = shell_command
  @channel = Channel.new
  @run_dispatcher = RunDispatcher.new(spec_runner, @channel)
end