Sha256: f7b97797cbed603139ef0306ccd9181dabf4981adc7128bc0c7b856bd4c9344d
Contents?: true
Size: 319 Bytes
Versions: 1
Compression:
Stored size: 319 Bytes
Contents
require_relative 'collection' module Emojidex # listing and search of standard UTF emoji class UTF < Collection def initialize super if defined? Emojidex::Vectors load_local_collection Emojidex::Vectors.path + '/utf' else # TODO: load from service end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
emojidex-0.0.11 | lib/emojidex/utf.rb |