# File lib/fast_gettext/mo_file.rb, line 9
    def initialize(file, options={})
      @filename = file
      load_data if options[:eager_load]
    end