class RSpec::Mocks::AnyInstance::PositiveExpectationChain

def invocation_order

def invocation_order
  @invocation_order ||= {
    :with => [nil],
    :and_return => [:with, nil],
    :and_raise => [:with, nil]
  }
end