This the right way to comment a single line.
“Ruby”.length # I’m a single line comment!
“Ruby”.length # I’m a single line comment!A. True
B. False
Answer: Option A
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