The Elements of Style in Ruby #3: Make sure something is an array
The subject of today’s post is the following rule from the Ruby Style Guide: Use [*var] or Array() instead of an explicit Array check, when dealing with a </br> variable you want to treat...