Keyword arguments in Ruby 2
Ruby 2 gained keyword arguments while I was away in Javascript-land the last few years, and somehow I missed the memo. Loving the elegance of how you specify defaults and required parameters.
Thoughtbot has the best writeup.
I suspect I will not be using non-keyword arguments in my Ruby code anymore.