# File lib/puppet/module/tool/applications/generator.rb, line 89 def self.matches?(path) path.file? && path.extname == '.erb' end