class CryPrompt::CryPrinter

Overview

class for printing for the prompter. this class will handle all the new lines and suggestions...etc

Defined in:

cryprinter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(prompt : String) #

[View source]

Instance Method Detail

def clear_line_below #

[View source]
def print(thing) #

[View source]
def print_char(char) #

[View source]
def print_prompt #

[View source]
def prompt : String #

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

[View source]