Class: VagrantDns::Registry
- Inherits:
-
Object
- Object
- VagrantDns::Registry
- Extended by:
- Forwardable
- Defined in:
- lib/vagrant_dns/dns.rb
Instance Method Summary collapse
-
#initialize ⇒ Registry
constructor
A new instance of Registry.
Constructor Details
#initialize ⇒ Registry
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 |