Ruby load path
There are three ways to refer to the variable that stores the load paths that Ruby checks for libraries when you use ‘require’ or ‘load.’
$:, $-I, $LOAD_PATH
Leave a Comment
Be the first to comment!
There are three ways to refer to the variable that stores the load paths that Ruby checks for libraries when you use ‘require’ or ‘load.’
$:, $-I, $LOAD_PATH
Be the first to comment!