Created
October 10, 2011 23:02
-
-
Save havenwood/1276824 to your computer and use it in GitHub Desktop.
Stardate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def captains_log | |
time = Time.now | |
puts "Captains log,", "Stardate #{time.year}.#{time.yday}" | |
"#{time.year}.#{time.yday}".to_f | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment