Sha256: e0a4a30d6634bd016cbe11f6d56bfc65bb43bc97f7775a5cb0636afeae875f7c

Contents?: true

Size: 282 Bytes

Versions: 1

Compression:

Stored size: 282 Bytes

Contents

# frozen_string_literal: true

module Unicode
  module Blocks
    VERSION = "1.6.0"
    UNICODE_VERSION = "13.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.6.0 lib/unicode/blocks/constants.rb