Fun with underscores, ampersands and asterisks
Variable assignment in Ruby is flexible. It allows you to do helpful things and once you realize that function calls are not much different (internally they are of course) from variable assignments, it becomes much easier and the code becomes clearer. Read the article
Post a comment