Skip to content

Ruby Global $: (DollarColon)

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

The $: global is the Load path for scripts and binary modules by load or require.

(After scripts are loaded, their path will be in $" )

Clone this wiki locally