Q56
What is the correct syntax for a multiline comment in Ruby?
A.
/* ... */
B.
// ... //
C.
''' ... '''
AnswerD.
# ... #
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board