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