class RSpec::Core::Bisect::ExampleMinimizer

def initialize(shell_command, runner, notifier)

def initialize(shell_command, runner, notifier)
  @shell_command = shell_command
  @runner        = runner
  @notifier      = notifier
end