Class: VagrantPlugins::Dotvm::Variables

Inherits:
Hash
  • Object
show all
Defined in:
lib/vagrant-dotvm/variables.rb

Instance Method Summary collapse

Instance Method Details

#append_group(group, items) ⇒ Object



4
5
6
7
8
# File 'lib/vagrant-dotvm/variables.rb', line 4

def append_group(group, items)
  items.each do |name, value|
    self["#{group}.#{name}"] = value
  end
end