# File lib/gettext/locale.rb, line 188
  def setlocale(lctype, loc)
    warn "Deprecated. Use Locale#set instead."
    set(lctype, loc)
  end