Whenever I port a CRuby extension to JRuby I'm struck by how much of the C API we have made available as a Java API. Usually only minor tweaks needed! For JRuby 10 I'd like to put the CRuby-named symbols in one class, for easy porting.

Comments