class

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)
Source

Class methods

decode(string : String)
Source
encode(integer)
Source
for_object(object : Object)
Source
parse(string : String)
Source

Instance methods

to_a
Source
to_i
Source
to_s(io)
Source