wtnabe (owner)

Revisions

gist: 165719 Download_button fork
public
Public Clone URL: git://gist.github.com/165719.git
Embed All Files: show embed
adjust_lib_path.rb #
1
2
3
4
5
6
7
#
# for gem's bin/script
#
unless ( ENV['PATH'].split( File::PATH_SEPARATOR ).include?( File.dirname( __FILE__ ) ) )
  $LOAD_PATH << File.expand_path( "../lib", File.dirname( __FILE__ ) )
end