Skip to content

Instantly share code, notes, and snippets.

@barinek
Created May 26, 2010 21:01
Show Gist options
  • Save barinek/415052 to your computer and use it in GitHub Desktop.
Save barinek/415052 to your computer and use it in GitHub Desktop.
add local gem to load path
$LOAD_PATH << File.join(File.dirname(__FILE__), "../vendor/redis-rb/lib")
autoload :Redis, "redis"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment