Class: Puppet::ModuleTool::Applications::Generator::FileNode
- Defined in:
- lib/vendor/puppet/module_tool/applications/generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Node
inherited, #initialize, on, #read, #target, types
Constructor Details
This class inherits a constructor from Puppet::ModuleTool::Applications::Generator::Node
Class Method Details
.matches?(path) ⇒ Boolean
132 133 134 |
# File 'lib/vendor/puppet/module_tool/applications/generator.rb', line 132 def self.matches?(path) path.file? end |