class Word

Defined in:

lemurtype.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(word : String) #

[View source]

Instance Method Detail

def advance #

[View source]
def array : Array(Tuple(Char, Array(Time), Array(Char))) #

[View source]
def array=(array : Array(Tuple(Char, Array(Time), Array(Char)))) #

[View source]
def backspace #

[View source]
def col : Int32 #

[View source]
def col=(col : Int32) #

[View source]
def coord : Int32 #

[View source]
def coord=(coord : Int32) #

[View source]
def duration #

[View source]
def errors #

[View source]
def pointer : Int32 #

[View source]
def pointer=(pointer : Int32) #

[View source]
def row : Int32 #

[View source]
def row=(row : Int32) #

[View source]
def type_char(c) #

[View source]
def word : String #

[View source]
def word=(word : String) #

[View source]