Skip to content

Instantly share code, notes, and snippets.

@vyorkin
Created September 22, 2013 22:46
Show Gist options
  • Save vyorkin/6664586 to your computer and use it in GitHub Desktop.
Save vyorkin/6664586 to your computer and use it in GitHub Desktop.
include Java
# Here's where is my "somelib.jar" located
Dir["lib/java/\*.jar"].each { |jar| require jar }
include MyClass
# ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment