new(example, exception)
public
Hide source
# File lib/spec/runner/reporter.rb, line 117 def initialize(example, exception) @example = example @exception = exception end