class Ven::Suite::Trace

Overview

Some evaluations leave a trace to lead the user to the actual source of an error, if one occurs.

Defined in:

ven/suite/trace.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tag : Ven::Suite::QTag, name : String) #

[View source]

Instance Method Detail

def name : String #

[View source]
def tag : QTag #

[View source]
def to_s(io : IO, highlight = true) #

Returns the string representation of this Trace. Can highlight (brighten) the #name of this trace if highlight is true.


[View source]