Created
February 27, 2012 23:49
-
-
Save calavera/1927966 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class_paths = [ | |
"./jars/commons-lang-2.1.jar", | |
"./jars/oscar4-all-4.1-with-dependencies.jar", | |
] | |
for class_path in class_paths | |
require class_path | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment