Method: Puppet::ModuleTool::LocalTarball#fetch
- Defined in:
- lib/puppet/module_tool/local_tarball.rb
#fetch(name) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
21 22 23 24 25 26 27 |
# File 'lib/puppet/module_tool/local_tarball.rb', line 21 def fetch(name) if @release.name == name [@release] else [] end end |