# File lib/gettext.rb, line 172
  def ngettext(msgid, msgid_plural, n = nil)
    TextDomainManager.get(self).translate_plural_message(self, msgid, msgid_plural, n)
  end