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
Did You Know: Ruby Instance Methods September 14, 2009·2 mins I show off a lesser known feature of Ruby objects: Instance Methods
Harnessing Java varArgs on Non-VarArgs Methods September 11, 2009·3 mins A technique for cleaning up array method parameter syntax from the outside.
Brackets in Java Annotation Parameters September 10, 2009·1 min A tip for reducing the noise in annotation parameter values.
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.