Class: Vagrant::Action::Builtin

Inherits:
Registry
  • Object
show all
Defined in:
lib/vagrant/action/builtin.rb

Overview

A registry object containing the built-in middleware stacks.

Instance Method Summary collapse

Methods inherited from Registry

#each, #get, #register, #to_hash

Constructor Details

#initializeBuiltin

Returns a new instance of Builtin.



5
6
7
8
9
10
11
# File 'lib/vagrant/action/builtin.rb', line 5

def initialize
  # Properly initialize the registry object
  super

  # Register all the built-in stacks
  register_builtin!
end