# File lib/rspec/retry.rb, line 44 def initialize(ex, opts = {}) @ex = ex @ex.metadata.merge!(opts) current_example.attempts ||= 0 end