Interesting paper linked from YCombinator recently: http://hyperdex.org/papers/warp.pdf
Month: May 2013
Private static methods in Ruby?
Try making a private static method in Ruby and using it from an instance of the same class… wihout goofy stuff like send(). As far as I can tell, it’s impossible.