No More And Not
Whoa. I’m never using “and not” again. I’m stupid. How did I not know that you could stack if and unless?
Here’s me before August 20th, 2004 at 10:10 am:
# inside an each block next if pub_by and not pub_by.length < entry_path.length
Me, educated and beaming in the present:
next if pub_by unless pub_by.length < entry_path.length
That is so awesome. And I save one space.
