# File lib/flexmock/mock_container.rb, line 191
191:     def next_id
192:       @id_counter ||= 10000
193:       @id_counter += 1
194:     end