Skip to content

Instantly share code, notes, and snippets.

@bjhess
Created December 11, 2009 20:47
Show Gist options
  • Save bjhess/254494 to your computer and use it in GitHub Desktop.
Save bjhess/254494 to your computer and use it in GitHub Desktop.
# Ruby gems always available
RUBYOPT="rubygems -Ilib:test"
export RUBYOPT
# For gem development, add local lib into load path
lib_directory = File.join(Dir.pwd, "lib")
$LOAD_PATH << lib_directory if File.exists?(lib_directory)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment