syntax sugar

Somehow I have a feeling this is going to be a regular occurance. I am talking of course about Ruby’s syntax sugar. How cool is it, to write basic English sentences and have them run as program code?

How about this beauty:

time = time - 1.day if time.hour < 7

It’s just too darn purty. Time is time minus one day if time’s hour is less than seven!