Method: Flexkey::CharPool#available_char_types
- Defined in:
- lib/flexkey/char_pool.rb
#available_char_types ⇒ Array<Symbol>
Provides a list of the available built-in character pool types.
45 46 47 |
# File 'lib/flexkey/char_pool.rb', line 45 def available_char_types character_types.keys end |