class

Luce::LegacyEmojis

Inherits Reference < Object

Class methods

[](name : String) : String

Returns the emoji for name

[]?(name : String) : String | Nil

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

each
includes?(key : String) : Bool