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