Most travel hacking cartel consultant related news are at:
rubyglasses.blogspot.com
– Ruby-coloured glasses
Gotcha: irb, multi-line strings and "Display all 309 possibilities? (y or n)" 16 Aug 2013 | 06:28 am
Small thing I figured out. I was in irb and trying to copy/paste some text into a multi-line string to play with gsub, and it kept exploding halfway through and showing the message: instead of actual...
Linik: alias vs alias_method 7 Aug 2013 | 06:04 am
If you ever wondered what the difference was, this quick post by Neeraj Singh will show you the difference between alias and alias_method TL;DR: alias_method is slightly more flexible accepting stri...