# File lib/gettext/runtime/mofile.rb, line 53 def self.open(arg = nil, output_charset = nil) result = self.new(output_charset) result.load(arg) end