class RSpec::Mocks::OrderGroup

def clear

def clear
  @index = 0
  @invocation_order.clear
  @expectations.clear
end