Skip to content

Instantly share code, notes, and snippets.

@calavera
Created June 17, 2010 16:00
Show Gist options
  • Select an option

  • Save calavera/442316 to your computer and use it in GitHub Desktop.

Select an option

Save calavera/442316 to your computer and use it in GitHub Desktop.
require 'java'
require 'jruby/ext'
class Foo
include JRuby::Extensions
def foo; 1; end
end
Foo.method(:foo).args
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment