\"Everything is an object\" was one of the first things I learned about Ruby, but in Peter Cooper\'s Beginning Ruby: From Novice to Professional, it is mentioned that \
In the case of variable assignment, i.e. product = 5 * 5 the variable is not an object... so add that to the list
product = 5 * 5