Class: BindlerStateFile
- Inherits:
-
VagrantPlugins::CommandPlugin::StateFile
- Object
- VagrantPlugins::CommandPlugin::StateFile
- BindlerStateFile
- Defined in:
- lib/bindler/bend_vagrant.rb
Overview
If we don’t do this, Bindler will be uninstalled after a system wide plugin install.
Instance Method Summary collapse
Instance Method Details
#installed_plugins ⇒ Object
85 86 87 |
# File 'lib/bindler/bend_vagrant.rb', line 85 def installed_plugins ['bindler'] + @data['installed'] end |