Class: VagrantBundler::Command::BundleList
- Defined in:
- lib/vagrant_bundler/command/bundle_list.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
6 7 8 |
# File 'lib/vagrant_bundler/command/bundle_list.rb', line 6 def execute @env.ui.info ssh_execute("cd /vagrant && bundle list") end |