TIL: Matching Multiple Values in a Case Statement
Matching more than one value in a case statement
Jun 23, 2020
Matching more than one value in a case statement
by using recursive procs.
I want to pick one random line from a very large file using Ruby but without loading the whole file in memory.