Method: Puppet::ModuleTool::Applications::Application#initialize
- Defined in:
- lib/vendor/puppet/module_tool/applications/application.rb
#initialize(options = {}) ⇒ Application
Returns a new instance of Application.
16 17 18 19 20 21 |
# File 'lib/vendor/puppet/module_tool/applications/application.rb', line 16 def initialize( = {}) if Puppet.features.microsoft_windows? raise Puppet::Error, "`puppet module` actions are currently not supported on Microsoft Windows" end @options = end |