class VagrantPlugins::CommandAddress::Plugin

Protected Class Methods

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