# File lib/flexmock.rb, line 85 85: def mock_allocate_order 86: @auto_allocate = true 87: @allocated_order += 1 88: end