class ReeI18n::AddLoadPath

def call(paths)

def call(paths)
  I18n.load_path += wrap(paths)
  I18n.load_path.uniq!
  I18n.load_path
end