struct Ven::Suite::Trace
- Ven::Suite::Trace
- Struct
- Value
- Object
Overview
Represents an individual trace entry in an error's traceback.
Defined in:
ven/suite/trace.crConstructors
Instance Method Summary
- #==(tag : QTag)
- #file : String
- #line : Int32
- #name : String
-
#to_s(io)
Stringifies this trace.
Constructor Detail
Instance Method Detail
def to_s(io)
#
Stringifies this trace.
Reads the file to provide the excerpt, unless the file does not exist.
Colorizes the output.