class Koremutake
- Koremutake
- Reference
- Object
Overview
TODO Write documentation for Koremutake
Defined in:
koremutake.crConstant Summary
-
PHONEMES =
PREFIXES.flat_map do |prefix| VOWELS.map do |vowel| "#{prefix}#{vowel}" end end
-
PREFIXES =
["B", "D", "F", "G", "H", "J", "K", "L", "M", "N", "P", "R", "S", "T", "V", "BR", "DR", "FR", "GR", "PR", "ST", "TR"] of ::String
-
VERSION =
"0.1.0"
-
VOWELS =
["A", "E", "I", "O", "U", "Y"] of ::String
Constructors
Class Method Summary
Instance Method Summary
Constructor Detail
def self.new(integer : UInt8 | UInt16 | UInt32 | UInt64 | Int8 | Int16 | Int32 | Int64)
#