How do you get the current date and time in Ruby?
A. date = Date.now
B. time = Time.now
C. datetime = DateTime.now
D. now = Date.today
Answer: Option B
A. date = Date.now
B. time = Time.now
C. datetime = DateTime.now
D. now = Date.today
Answer: Option B
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