# File lib/rspec/matchers/built_in/yield.rb, line 15 def initialize @used = false self.num_yields, self.yielded_args = 0, [] end