Class: VagrantBootstrap::Commands::Tap

Inherits:
Vagrant::Command::Base
  • Object
show all
Defined in:
lib/vagrant_bootstrap/commands/tap.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



8
9
10
11
12
13
# File 'lib/vagrant_bootstrap/commands/tap.rb', line 8

def execute
  opts = OptionParser.new do |o|
    o.banner = 'Usage: vagrant tap'
  end
  VagrantBootstrap::TapBridge.new
end