Skip to content

Instantly share code, notes, and snippets.

@locks
Created February 9, 2010 15:10
Show Gist options
  • Save locks/299294 to your computer and use it in GitHub Desktop.
Save locks/299294 to your computer and use it in GitHub Desktop.
99.downto 1 do|x|puts (y=x.to_s+a=" bottle#{"s" if x!=1} of beer")+(b=" on the wall")+", "+y+".",x==1?"Go to the store and buy some more, 99 bottles of beer#{b}.":"Take one down and pass it around, #{x-1}#{x==2?a.gsub("s",""):a}#{b}.
"end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment