lib/tanuki_emoji/character.rb in tanuki_emoji-0.8.0 vs lib/tanuki_emoji/character.rb in tanuki_emoji-0.9.0
- old
+ new
@@ -21,10 +21,10 @@
# Zero Width Joiner is used in sequences to indicate they should all be evaluated and displayed as a single thing
ZWJ_TAG = 0x200D
attr_reader :name, :codepoints, :codepoints_alternates, :alpha_code, :aliases, :ascii_aliases, :description, :category
- attr_accessor :unicode_version
+ attr_accessor :unicode_version, :sort_key
# @param [String] name
# @param [String] codepoints
# @param [String] alpha_code
# @param [String] description