While I can understand that x += 1 is equivalent to x = x + 1, I\'m interested what it does in the background.
x += 1
x = x + 1
I\'ve tried in irb with