Skip to content

Ruby Global $@ (DollarAt)

☈king edited this page Jan 30, 2013 · 6 revisions

The $@ global holds the Array of backtrace in the format:

"file:line:in `method`"

while in a rescue block.

Clone this wiki locally