Sha256: 61ba7fab4690ba85b8663f05dae4e18286240527c030495496d72a839da946ee
Contents?: true
Size: 278 Bytes
Versions: 15
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true module Unicode class DisplayWidth VERSION = "2.4.2" 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
15 entries across 15 versions & 10 rubygems