Skip to content

Instantly share code, notes, and snippets.

@andyweiss1982
Last active August 29, 2015 14:04
Show Gist options
  • Save andyweiss1982/636ead4a8c6a428ab060 to your computer and use it in GitHub Desktop.
Save andyweiss1982/636ead4a8c6a428ab060 to your computer and use it in GitHub Desktop.
Pleasure Island
def perpetual_NYE
10.downto(0).each {|i|
sleep 1
puts i
}
perpetual_NYE
end
perpetual_NYE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment