@private
# File lib/rspec/mocks/verifying_proxy.rb, line 121 def add_expectation(*args, &block) # explict params necessary for 1.8.7 see #626 super(*args, &block).tap { |x| x.method_reference = @method_reference } end
Generated with the Darkfish Rdoc Generator 2.