Method: Puppet::ModuleTool::Applications::Generator::FileNode.matches?

Defined in:
lib/vendor/puppet/module_tool/applications/generator.rb

.matches?(path) ⇒ Boolean

Returns:

  • (Boolean)


132
133
134
# File 'lib/vendor/puppet/module_tool/applications/generator.rb', line 132

def self.matches?(path)
  path.file?
end