Here's a fun thing with ruby arrays - follow along in irb: using "..." and changing elements at the same time will update the first element specified and insert a new element after that element at the same time. fun :)
snippets and tidbits about Ruby, Rails, Sinatra and anything else web-dev like