Skip to content

Instantly share code, notes, and snippets.

@noqisofon
Created November 24, 2010 06:46
Show Gist options
  • Save noqisofon/713230 to your computer and use it in GitHub Desktop.
Save noqisofon/713230 to your computer and use it in GitHub Desktop.
billion = 1_000_000_000
i = 1
while i < 100
puts "#{i}. #{Time.at (i + 1) * billion}"
i += 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment