# File lib/rspec/mocks/matchers/receive.rb, line 90
          def playback_onto(expectation)
            expectation.__send__(@method_name, *@args, &@block)
          end