Koremutake
Inherits Reference < Object
TODO: Write documentation for Koremutake
Constants
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
new(integer : UInt8 | UInt16 | UInt32 | UInt64 | Int8 | Int16 | Int32 | Int64)
SourceClass methods
decode(string : String)
Sourceencode(integer)
Sourcefor_object(object : Object)
Sourceparse(string : String)
SourceInstance methods
to_a
Sourceto_i
Sourceto_s(io)
Source