Method: Vagrant::Plugin::V1::Plugin.data
- Defined in:
- lib/vagrant/plugin/v1/plugin.rb
.data ⇒ Hash
Returns the internal data associated with this plugin. This should NOT be called by the general public.
204 205 206 |
# File 'lib/vagrant/plugin/v1/plugin.rb', line 204 def self.data @data ||= {} end |