# File lib/gettext/tools/pomessage.rb, line 64 def ==(other) other && other.msgid == self.msgid && other.msgctxt == self.msgctxt end