Sha256: 8f704c8679cada4e6db44a4c8d8f9cbb81c4866584e7e32b7471f54609857d1f
Contents?: true
Size: 290 Bytes
Versions: 1
Compression:
Stored size: 290 Bytes
Contents
# frozen_string_literal: true module Unicode class DisplayWidth VERSION = "2.0.0.pre2" UNICODE_VERSION = "13.0.0".freeze DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/") INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unicode-display_width-2.0.0.pre2 | lib/unicode/display_width/constants.rb |