Sha256: 9f7d921f98fa53594b99558ed716f2d0d9b8254bfc9210a41c4bb549c11714ab

Contents?: true

Size: 283 Bytes

Versions: 1

Compression:

Stored size: 283 Bytes

Contents

# frozen_string_literal: true

module Unicode
  module Blocks
    VERSION = "1.10.0"
    UNICODE_VERSION = "16.0.0"
    DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
    INDEX_FILENAME = (DATA_DIRECTORY + "/blocks.marshal.gz").freeze
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unicode-blocks-1.10.0 lib/unicode/blocks/constants.rb