By dotCore
via caiustheory.com
Submitted: Jan 09 2013 / 11:55
In a ruby script, there's a keyword __END__ that for a long time I thought just marked anything after it as a comment. So I used to use it to store snippets and notes about the script that weren't really needed inline. Then one day I stumbled across the DATA constant, and wondered what flaming magic it was.
Add your comment