class Luce::LegacyEmojis
- Luce::LegacyEmojis
- Reference
- Object
Defined in:
luce/legacy_emojis.crClass Method Summary
-
.[](name : String) : String
Returns the emoji for name
-
.[]?(name : String) : String | Nil
Returns the emoji for name, or
nil
if no emoji exists. - .each(& : Tuple(String, String) -> ) : Nil
- .includes?(key : String) : Bool