Normal-looking math equations when you use operator methods, such as +
Each line that follows is actually a valid call to the Fixnum + method 10 + 2 # => 12 10.+ 2 # => 12 (10).+(2) # => 12