Improving Ruby for Day-to-Day Use
April 24, 2007
For such an elegant language, Ruby’s way to create block comments is surprisingly ugly. What other language makes you type “=begin” and “=end” to create a block comment?
A better way (which I believe is already used by other scripting languages) would be using “#*” and “*#” to begin and end block comments.
Entry Filed under: ruby. .
Trackback this post | Subscribe to the comments via RSS Feed