What are the different types of comments in Ruby?
A. Single-line // and multi-line /* */
B. Single-line # and multi-line ``
C. Single-line # and multi-line """ """
D. Single-line // and multi-line """ """
Answer: Option C
Related Questions on Basic Syntax in Ruby
What does the 'puts' method do in Ruby?
A. Prints to console
B. Converts to string
C. Finds the length
D. Reads input from user

Join The Discussion