# File lib/gettext/mo.rb, line 64 def store(msgid, msgstr, options) string = generate_original_string(msgid, options) self[string] = msgstr end