/ Published in: Ruby
URL: http://redhanded.hobix.com/inspect/frostedMiniColons.html
Expand |
Embed | Plain Text
unit_of_time = if num < 60: "second" elsif num < 60 * 60: "minute" elsif num < 60 * 60 * 24: "hour" else "day" end
You need to login to post a comment.
