# File lib/glib2.rb, line 220 def s_(msgid, div = '|') if index = msgid.rindex(div) msgid = msgid[(index + 1)..-1] else msgid end end