Yesterday I came across a problem where one possible solution was to alias a class method. I’ve blogged about aliasing methods before, but I didn’t know how to do this for class methods.
Turns out, it’s pretty simple – the syntax is just a bit different.