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
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
Ruby #itself
Ruby’s unusual Kernel#itself method