Distilling JRuby: Tracking Scope September 25, 2009·21 mins Part Two in my “Distilling JRuby” series talks about how variable scope is tracked inside the JRuby runtime.
Distilling JRuby: Method Dispatching 101 September 16, 2009·13 mins Part One in my “Distilling JRuby” series covers the “basics” in method to method dispatching in JRuby
Taking Advantage of Java in JRuby September 09, 2009·5 mins I show how you can use Java libraries in your Ruby application for the betterment of your sanity.