How do you comment out a block of code? I know of the # but not how to comment out several lines with a simple step.
Lots of #s :0)
As far as i'm aware, ruby doesn't have multi-line commenting. If you're using Textmate, you can comment blocks by highlighting the lines and pressing Command+/
Steve