struct Microtest::BacktracePrinter::Entry
- Microtest::BacktracePrinter::Entry
- Struct
- Value
- Object
Defined in:
microtest/backtrace_printer.crConstructors
Instance Method Summary
- #clone
- #copy_with(kind _kind = @kind, path _path = @path, line _line = @line, func _func = @func)
- #func : String
- #kind : Symbol
- #line : Int32
- #path : String
Constructor Detail
Instance Method Detail
def copy_with(kind _kind = @kind, path _path = @path, line _line = @line, func _func = @func)
#