Sha256: 5d6a30bdcddbc27785ca7dd20b1153da1228a5b4d720a12782330bac7e969588
Contents?: true
Size: 278 Bytes
Versions: 3
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true module Unicode class DisplayWidth VERSION = "2.2.0" UNICODE_VERSION = "14.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 & 2 rubygems