class RSpec::Mocks::MethodDouble

def reset

Other tags:
    Private: -
def reset
  restore_original_method
  clear
end