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