Class: Vagrant::Config::V2::DummyConfig
- Inherits:
-
Object
- Object
- Vagrant::Config::V2::DummyConfig
- Defined in:
- lib/vagrant/config/v2/dummy_config.rb
Overview
This is a configuration object that can have anything done to it. Anything, and it just appears to keep working.
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(name, *args, &block) ⇒ Object
7 8 9 |
# File 'lib/vagrant/config/v2/dummy_config.rb', line 7 def method_missing(name, *args, &block) DummyConfig.new end |