class Vagrant::LXC::Plugin

Protected Class Methods

init!() click to toggle source
# File lib/vagrant-lxc/plugin.rb, line 42
def self.init!
  return if defined?(@_init)
  I18n.load_path << File.expand_path(File.dirname(__FILE__) + '/../../locales/en.yml')
  I18n.reload!
  @_init = true
end