Skip to content

Instantly share code, notes, and snippets.

@bsbodden
Created August 1, 2011 20:18
Show Gist options
  • Save bsbodden/1118895 to your computer and use it in GitHub Desktop.
Save bsbodden/1118895 to your computer and use it in GitHub Desktop.
Ruby Module pulling in JAR
require 'java'
require 'java/core/simple.jar'
module MyModule
include_package 'my.package'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment