Skip to content

Instantly share code, notes, and snippets.

@oferrigni
Created March 15, 2012 19:09
Show Gist options
  • Save oferrigni/2046129 to your computer and use it in GitHub Desktop.
Save oferrigni/2046129 to your computer and use it in GitHub Desktop.
Require all jars in all subdirs, jruby
Dir[ File.join( ".", "**/*.jar" ) ].each {|jar| require "#{jar}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment