Multiple lines of text or code can be marked as comments using the Ruby "=begin" and "=end" markers. These are known as the comment block markers.
=begin
This is a comment line.
It shows that the next line of code is
marked as a comment.
=end
=begin
This is a comment line.
It shows that the next line of code is
marked as a comment.
=end
No comments :
Post a Comment