Method: Vagrant::Action::Builtin#initialize
- Defined in:
- lib/vagrant/action/builtin.rb
#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 |