Skip to content

Instantly share code, notes, and snippets.

@shellac
Created June 30, 2010 12:20
Show Gist options
  • Save shellac/458573 to your computer and use it in GitHub Desktop.
Save shellac/458573 to your computer and use it in GitHub Desktop.
require 'java'
java_package 'example'
class Foo
def hello
puts 'Hi'
end
end
puts 'Just running'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment