# File lib/spec/mocks/order_group.rb, line 17 17: def consume 18: @ordering.shift 19: end
# File lib/spec/mocks/order_group.rb, line 21 21: def handle_order_constraint expectation 22: return unless @ordering.include? expectation 23: return consume if ready_for?(expectation) 24: @error_generator.raise_out_of_order_error expectation.sym 25: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.