# File lib/puppet/type/file.rb, line 27
27:   def self.title_patterns
28:     [ [ /^(.*?)\/*\Z/m, [ [ :path, lambda{|x| x} ] ] ] ]
29:   end