Method: GetText::RMsgMerge::PoData#set_comment
- Defined in:
- lib/gettext/rmsgmerge.rb
#set_comment(msgid_or_sym, comment) ⇒ Object
30 31 32 |
# File 'lib/gettext/rmsgmerge.rb', line 30 def set_comment(msgid_or_sym, comment) @msgid2comment[msgid_or_sym] = comment end |