From: Vit Ondruch Date: 2009-10-14T20:40:58+09:00 Subject: [ruby-core:26088] [Bug #2213] Load path specified by "-I" parameter does not appear in $LOAD_PATH Bug #2213: Load path specified by "-I" parameter does not appear in $LOAD_PATH http://redmine.ruby-lang.org/issues/show/2213 Author: Vit Ondruch Status: Open, Priority: Normal ruby -v: ruby 1.9.2dev (2009-10-07) [i386-mswin32_90] Shouldn't path specified by "-I" parameter appear in $LOAD_PATH? C:\>Ruby\bin\ruby.exe -Isomepath -e 'p $:.include? "somepath"' false ---------------------------------------- http://redmine.ruby-lang.org