struct Microtest::BacktracePrinter::Entry

Defined in:

microtest/backtrace_printer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(original : String, file : String, line : Int32, func : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(original _original = @original, file _file = @file, line _line = @line, func _func = @func) #

[View source]
def file : String #

def func : String #

def line : Int32 #

def original : String #