Ruby Global $@ (DollarAt) - rking/pry-docmore GitHub Wiki
The $@ global holds the Array of backtrace in the format:
"file:line:in `method`"
while in a rescue block.
The $@ global holds the Array of backtrace in the format:
"file:line:in `method`"
while in a rescue block.