class I18n::Config

def load_path=(load_path)

behave like a Ruby Array.
Sets the load path instance. Custom implementations are expected to
def load_path=(load_path)
  @@load_path = load_path
  @@available_locales_set = nil
  backend.reload!
end