Skip to content

Ruby Global $" (DollarQuote)

☈king edited this page Nov 19, 2012 · 8 revisions

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

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

Clone this wiki locally