Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created July 6, 2010 20:28
Show Gist options
  • Select an option

  • Save BanzaiMan/465868 to your computer and use it in GitHub Desktop.

Select an option

Save BanzaiMan/465868 to your computer and use it in GitHub Desktop.
$ jruby -S irb
irb(main):001:0> require 'java'
=> true
irb(main):002:0> 10.to_java(:long)
=> #<Java::JavaLang::Long:0x3951f910>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment