From: Lyle Johnson Date: 2007-07-07T05:20:55+09:00 Subject: Is there a name for this idiom? When you want to move your program's startup code into a block like so: if __FILE__ == $0 # initialize and run program here end What's that called? Is there a commonly used name for that "startup" block?