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