@private
# File lib/rspec/mocks/any_instance/chain.rb, line 95 95: def invocation_order 96: @invocation_order ||= { 97: :should_receive => [nil], 98: :with => [:should_receive], 99: :and_return => [:with, :should_receive], 100: :and_raise => [:with, :should_receive] 101: } 102: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.