Class: Ansible::Inventory::Group::Collection
- Inherits:
-
Array
- Object
- Array
- Ansible::Inventory::Group::Collection
- Defined in:
- lib/ansible/inventory.rb
Instance Method Summary collapse
Instance Method Details
#add(*args) ⇒ Object
103 104 105 106 |
# File 'lib/ansible/inventory.rb', line 103 def add(*args) self << group = Group.new(*args) group end |