Billy Ruffian

Billy Ruffian

Adventures in Ruby Lang

Photo by jesse jackson on Unsplash

Latest

Open3

Ruby's has lots of ways of forking a process, the obsure one is the best

Jun 29, 2021

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 #itself

Ruby’s unusual Kernel#itself method

Apr 24, 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

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