Compile Ruby

DISCLAIMER: I’ve used MRI Ruby, but am very new to JRuby :slight_smile:

I thought it would be fun to try and create a Grails Ruby plugin similar
to
the Clojure and Scala ones. I have created the basic structure here:
https://github.com/bobbywarner/grails-ruby

Which JRuby class should be used for compiling Ruby code into Java
bytecode
though? I see jrubyc has this: JRuby::Compiler::compile_argv(ARGV),
but
what Java class is being used for this?

Thanks,
Bobby

View this message in context:
http://old.nabble.com/Compile-Ruby-tp32269135p32269135.html
Sent from the JRuby - User mailing list archive at Nabble.com.