class Synacor::Debugger

Defined in:

synacor/debugger.cr

Instance Method Summary

Instance Method Detail

def prompt(io : IO, line_number : Int32, color? : Bool) : Nil #
Description copied from class Reply::Reader

Override to customize the prompt.

Toggle the colorization following color?.

default: $:001>


[View source]