Skip to content

Instantly share code, notes, and snippets.

@dpick
Created February 8, 2011 03:00
Show Gist options
  • Save dpick/815767 to your computer and use it in GitHub Desktop.
Save dpick/815767 to your computer and use it in GitHub Desktop.
Vendoring Gems
Dir.glob("vendor/*").each { |gem| $LOAD_PATH.unshift "#{gem}/lib" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment