Class: Vagrant::Action::Builtin
- Defined in:
- lib/vagrant/action/builtin.rb
Overview
A registry object containing the built-in middleware stacks.
Instance Method Summary collapse
-
#initialize ⇒ Builtin
constructor
A new instance of Builtin.
Methods inherited from Registry
#each, #get, #register, #to_hash
Constructor Details
#initialize ⇒ Builtin
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 |