class Koremutake

Overview

TODO Write documentation for Koremutake

Defined in:

koremutake.cr

Constant 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) #

[View source]

Class Method Detail

def self.decode(string : String) #

[View source]
def self.encode(integer) #

[View source]
def self.for_object(object : Object) #

[View source]
def self.parse(string : String) #

[View source]

Instance Method Detail

def to_a #

[View source]
def to_i : UInt64 #

[View source]
def to_s(io) #

[View source]