Skip to content

Ruby Global $" (DollarQuote)

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

The $" global is an array containing the module names loaded by require.

(Compare to the list of lookup paths in $LOAD_PATH, a.k.a $:)

Clone this wiki locally