# File lib/flexmock/mock_container.rb, line 177
177:     def next_id
178:       @id_counter ||= 10000
179:       @id_counter += 1
180:     end