module Backtracer::Backtrace::Frame::Parser

Extended Modules

Defined in:

backtracer/backtrace/frame/parser.cr

Instance Method Summary

Instance Method Detail

def parse(line : String, **options) : Backtrace::Frame #

[View source]
def parse?(line : String, **options) : Backtrace::Frame | Nil #

Parses a single line of a given backtrace, where unparsed_line is the raw line from caller or some backtrace.

Returns the parsed backtrace frame on success or nil otherwise.


[View source]