Method: GetText::POEntry#msgctxt?

Defined in:
lib/gettext/po_entry.rb

#msgctxt?Boolean

Returns true if the type is kind of msgctxt.

Returns:

  • (Boolean)


179
180
181
# File 'lib/gettext/po_entry.rb', line 179

def msgctxt?
  [:msgctxt, :msgctxt_plural].include?(@type)
end