# File lib/flexmock/mock_container.rb, line 203
203:     def next_id
204:       @id_counter ||= 10000
205:       @id_counter += 1
206:     end