struct
Backtracer::Backtrace::Frame::Context
- Backtracer::Backtrace::Frame::Context
- Struct
- Value
- Object
Defined in:
amber/support/backtracer/backtrace/frame/context.crConstructors
Instance Method Summary
-
#line : String
The line at
#lineno. -
#lineno : Int32
The line number this
Contextrefers to. -
#post : Array(String)
An array of lines after
#lineno. -
#pre : Array(String)
An array of lines before
#lineno. - #to_a : Array(String)
-
#to_h : Hash(Int32, String)
Returns hash with context lines, where line numbers are the keys and the lines itself are the values.
Constructor Detail
Instance Method Detail
Returns hash with context lines, where line numbers are the keys and the lines itself are the values.