Recent Posts

Using Ruby’s gsub with a block

1 minute read

String#gsub is one of the most used Ruby methods in the wild. Just about every Ruby programmer knows about the method and uses it fairly regularly.

Announcing the Powerpack library

1 minute read

Powerpack is a small Ruby library containing (at this point) a few extensions to some core Ruby classes. I guess that in a way one can say it’s something lik...