Class: Jamie::Vagrant::Config
- Inherits:
-
Vagrant::Config::Base
- Object
- Vagrant::Config::Base
- Jamie::Vagrant::Config
- Extended by:
- Forwardable
- Defined in:
- lib/jamie/vagrant.rb
Overview
A Vagrant confiuration class which wraps a Jamie::Config instance.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
-
#instance_variables_hash ⇒ Hash
Override default implementation to prevent serializing the config instance variable, which may contain circular references.
Constructor Details
Instance Method Details
#instance_variables_hash ⇒ Hash
Override default implementation to prevent serializing the config instance variable, which may contain circular references.
47 48 49 |
# File 'lib/jamie/vagrant.rb', line 47 def instance_variables_hash {} end |