Skip to content

Ruby Global $@ (DollarAt)

☈king edited this page Nov 19, 2012 · 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