Rightward Assignment in Ruby
Rightward assignment for deconstruction
Ruby’s secret file
Ruby has a secret input stream hidden in every source file
XOR Magic Trick
Swapping values with no intermediate variable
Method parameters and constructing defaults in Ruby
Under shoulda known but didn't
Catching and throwing in Ruby
Nothing to do with exceptions, ruby's catch and throw
Is it an Integer?
Casting strings to integers without exceptions
Parsing a Gemfile
Parsing a Gemfile programmatically to find out what it contains
Open3
Ruby's has lots of ways of forking a process, the obsure one is the best