Class: VagrantBootstrap::Commands::Tap
- Inherits:
-
Vagrant::Command::Base
- Object
- Vagrant::Command::Base
- VagrantBootstrap::Commands::Tap
- Defined in:
- lib/vagrant_bootstrap/commands/tap.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
8 9 10 11 12 13 |
# File 'lib/vagrant_bootstrap/commands/tap.rb', line 8 def execute opts = OptionParser.new do |o| o. = 'Usage: vagrant tap' end VagrantBootstrap::TapBridge.new end |