Object
This is a configuration object that can have anything done to it. Anything, and it just appears to keep working.
# File lib/vagrant/config/v1/dummy_config.rb, line 7 def method_missing(name, *args, &block) DummyConfig.new end