Sha256: 6722807049b627f702ce1fba93aed304cd917e740fdcd021d0c47c29f9075079

Contents?: true

Size: 347 Bytes

Versions: 1

Compression:

Stored size: 347 Bytes

Contents

require_relative 'collection'

module Emojidex
  # listing and search of extended emoji from the emojidex set
  class Extended < Collection
    def initialize
      super
      if defined? Emojidex::Vectors
        load_local_collection Emojidex::Vectors.path + '/extended'
      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/extended.rb