class RSpec::Mocks::Proxy

def reset

Other tags:
    Private: -
def reset
  method_doubles.each {|d| d.reset}
  @messages_received.clear
end