# File lib/flexmock/mock_container.rb, line 181
181:     def next_id
182:       @id_counter ||= 10000
183:       @id_counter += 1
184:     end