Skip to content

Instantly share code, notes, and snippets.

@kano4
Created February 4, 2012 14:50
Show Gist options
  • Save kano4/1738262 to your computer and use it in GitHub Desktop.
Save kano4/1738262 to your computer and use it in GitHub Desktop.
Rubyのrequireのパスを追加
`ls .gems/gems/`.split.each {|gem| $LOAD_PATH.push(".gems/gems/#{gem}/lib")}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment