class VagrantPlugins::Share::Plugin

Protected Class Methods

init!() click to toggle source
# File lib/vagrant-share/plugin.rb, line 43
def self.init!
  I18n.load_path << File.expand_path("locales/en.yml", Share.source_root)
  I18n.reload!
end