Tag Archives: whitespace

Block Comments in Ruby

How do you comment out a chunk of code? Other programming languages (C++, Java, etc.) have a slash-star style of block comments, like so: /* */ … but what about Ruby? Does Ruby have a mechanism for this, too? The answer is YES; BUT, there’s a catch! If you don’t watch whitespace … Continue reading

Posted in Development | Tagged , , | 2 Comments