Q. How do you find the number of seconds since the Unix epoch for a Time object in Ruby? (A) Use the epoch_seconds method (B) Use the timestamp method (C) Use the seconds_since_epoch method (D) Use the to_i method ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Use the to_i method