class RSpec::Mocks::OrderGroup

def clear

def clear
  @index = 0
  @invocation_order_mutex.synchronize do
    @invocation_order.clear
  end
  @expectations.clear
end