What is the default return value of a method in Ruby?
A. nil
B. TRUE
C. FALSE
D. The value of the last expression
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