# File lib/fast_gettext/po_file.rb, line 11
    def self.to_mo_file(file, options={})
      MoFile.new(parse_po_file(file, options))
    end