TIL: Ruby Regex %r{}
Avoid escaping slashes with this macro
TIL: Array Denaturing in Ruby
Ruby arrays can be automatically denatured
TIL: How to delete a key-value from an arbitrarily deep Ruby hash
by using recursive procs.
TIL: How to pick a random line from a file in Ruby without holding it in memory
Picking one line from big files.