# File lib/gettext.rb, line 151 def pgettext(msgctxt, msgid) TextDomainManager.translate_singular_message(self, "#{msgctxt}\004#{msgid}", "\004") end