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