Q. What is the recommended way to comment out multiple lines of code in Ruby?
β
Correct Answer: (C)
Using the multiline comment syntax (=begin and =end)
You must be Logged in to update hint/solution