class SymbolTable
- SymbolTable
- Reference
- Object
Overview
Allows to register symbols and then convert strings to them.
include Ifrit::SymbolTable
a = s(:asd)
# ...
"asd".to_sym # :asd
Included Modules
Defined in:
ifrit/symbol_table.crConstant Summary
-
STR_HASH =
{} of String => Symbol
-
SYM_HASH =
{} of Symbol => String