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__))
blog comments powered by Disqus