Skip to content

Instantly share code, notes, and snippets.

@perezd
Created February 27, 2009 21:32
Show Gist options
  • Save perezd/71714 to your computer and use it in GitHub Desktop.
Save perezd/71714 to your computer and use it in GitHub Desktop.
require 'java'
require 'scala-library.jar'
require 'myjar.jar'
include_class 'Book'
book = Book.new('my book')
book.getBook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment