Sha256: 6c48e3071333f572186a79939a12b9094abdae7c31861ee2e9437bf92812c7f9
Contents?: true
Size: 278 Bytes
Versions: 3
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true module Unicode class DisplayWidth VERSION = "2.0.0" UNICODE_VERSION = "13.0.0" DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/") INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz" end end
Version data entries
3 entries across 3 versions & 3 rubygems