class Vagrant::Config::V1::DummyConfig
This is a configuration object that can have anything done to it. Anything, and it just appears to keep working.
Public Instance Methods
method_missing(name, *args, &block)
click to toggle source
# File lib/vagrant/config/v1/dummy_config.rb, line 7 def method_missing(name, *args, &block) DummyConfig.new end