module CMC

Defined in:

cmc.cr
cmc/printer.cr
cmc/tokens_response.cr

Instance Method Summary

Instance Method Detail

def call #

[View source]
def minutes_since(last_updated : String) #

[View source]
def print_header(header_status : String, header_time : String, width : Int8) #

[View source]
def print_table(headings : Array(String), tokens : Array(Array(String))) #

[View source]
def repeat(repeating_char : Char, width : Int8) #

[View source]
def space_between(left_string : String, right_string : String, width : Int8) #

[View source]