Challenge for Class Methods and Modules
Challenge
The Ruby class Time is used for creating time/date instances. It provides a convenient class method .now
for creating a new Time instance set to the current time. Create a new time called start
set to the current time.
Please sign in or sign up to submit answers.
Alternatively, you can try out Learneroo before signing up.