Object
# File lib/rspec/longrun/core_ext.rb, line 36 def start(reporter) start_without_reporter(reporter) @example_group_instance.instance_variable_set(:@_rspec_reporter, reporter) end