Class: VagrantDns::Registry

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/vagrant_dns/dns.rb

Instance Method Summary collapse

Constructor Details

#initializeRegistry

Returns a new instance of Registry.



13
14
15
# File 'lib/vagrant_dns/dns.rb', line 13

def initialize
  @store = Moneta.new(:YAML,:file => "hosts.yaml")
end