class Luce::Emojis

Defined in:

luce/emojis.cr

Class Method Summary

Class Method Detail

def self.[]?(name : String) : String | Nil #

Returns the emoji for name, or nil if no emoji exists.


def self.each(& : Tuple(String, String) -> ) : Nil #

def self.includes?(key : String) : Bool #