# File lib/tins/find.rb, line 98 def prepare_path(path) path = path.dup.taint path.extend PathExtension path.finder = self path end