Latest
Clean Monkey Patching in Ruby
I have a library and I want to change some of its behaviours. I could straighout monkey patch, or I could be a lot cleaner
Jun 14, 2021
Ruby's tap and then
The tap and then methods are awesome ways to build functional pipelines, here's the simple difference between them
Apr 09, 2021
Default Values for Ruby Hashes
Setting a default for ruby hashes which returns a new object
Mar 11, 2021
Fun with Ruby Pattern Matching
Pattern matching emerged in experimental status in Ruby 2.7, I got my first chance to properly play with an implementation that uses it
Dec 13, 2020
A Gem that Provides Rake Tasks
I'm building a Gem and I want it to provide Rake tasks when it is used in other projects
Oct 29, 2020