Add ruby load path
Only after you add load path, then you would be able to require 'xxx.rb'
$: << File.expand_path(File.dirname(__FILE__))
Only after you add load path, then you would be able to require 'xxx.rb'
$: << File.expand_path(File.dirname(__FILE__))