Method: PuppetfileEditor::DSL#mod
- Defined in:
- lib/puppetfile_editor/puppetfile.rb
#mod(name, args = nil) ⇒ 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.
134 135 136 |
# File 'lib/puppetfile_editor/puppetfile.rb', line 134 def mod(name, args = nil) @librarian.add_module(name, args) end |