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