Ruby Global $" (DollarQuote) - rking/pry-docmore GitHub Wiki
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 $:)
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 $:)