Class: Vagrant::Config::V1::DummyConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant/config/v1/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



10
11
12
# File 'lib/vagrant/config/v1/dummy_config.rb', line 10

def method_missing(name, *args, &block)
  DummyConfig.new
end