# File lib/puppet/file_collection/lookup.rb, line 12
12:     def file=(path)
13:         @file_index = file_collection.index(path)
14:     end