Guest User

Untitled

a guest
Jun 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. include Java
  2. m = org.jruby.cext.ModuleLoader.new
  3. ext = File.join(File.dirname(__FILE__), "mytest")
  4. m.load(self, ext)
  5. MyTest.test1 # call the C defined method
Add Comment
Please, Sign In to add comment