Class: VundlerStateFile

Inherits:
VagrantPlugins::CommandPlugin::StateFile
  • Object
show all
Defined in:
lib/vundler/bend_vagrant.rb

Overview

If we don’t do this, Vundler will be uninstalled after a system wide plugin install.

Instance Method Summary collapse

Instance Method Details

#installed_pluginsObject



86
87
88
# File 'lib/vundler/bend_vagrant.rb', line 86

def installed_plugins
  ['vundler'] + @data['installed']
end