shimgo
3/28/2016 - 5:40 AM

ロードパスの追加

ロードパスの追加

# ロードパスの確認
p $:

# ロードパスの追加
$:.unshift(File.dirname(File.expand_path(__FILE__)) + '/path/to/mylib')