Method: Utilities::PuppetModule.instance
- Defined in:
- lib/retrospec/plugins/v1/plugin/puppet_module.rb
.instance ⇒ Object
gets an instance of the module class. The create_tmp_module_path must first be called before instance can do anything useful.
59 60 61 |
# File 'lib/retrospec/plugins/v1/plugin/puppet_module.rb', line 59 def self.instance @@instance ||= new end |