Number Ruby

Each line that follows is actually a valid call to the Fixnum + method
10 + 2 # => 12
10.+ 2 # => 12
(10).+(2) # => 12