beginning of Ruby/Git project
[rubygit.git] / lib / git.rb
blob8d5c79f993094c233222e8ecbcd6dc07374e8b0a
2 # Add the directory containing this file to the start of the load path if it
3 # isn't there already.
4 $:.unshift(File.dirname(__FILE__)) unless
5   $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))