How to comment multiple lines in ruby?
Using multiline comments
Using single line comments
No option to comment
All of the mentioned
Correct Answer: A — Using multiline comments
Explanation:
Multiple lines can be commented using multiline comments.