# File lib/flexmock.rb, line 95 95: def mock_allocate_order 96: @auto_allocate = true 97: @allocated_order += 1 98: end