Skip to content

Instantly share code, notes, and snippets.

@calavera
Created February 27, 2012 23:49
Show Gist options
  • Save calavera/1927966 to your computer and use it in GitHub Desktop.
Save calavera/1927966 to your computer and use it in GitHub Desktop.
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