Skip to content

Instantly share code, notes, and snippets.

@shinka-cb
Last active August 29, 2015 14:04
Show Gist options
  • Save shinka-cb/48915e1b5d11e4017e82 to your computer and use it in GitHub Desktop.
Save shinka-cb/48915e1b5d11e4017e82 to your computer and use it in GitHub Desktop.
Infinite Beer
class Array
def pop # Overrides original Array class
"🍺" # Just Beer
end
end
beerstack = Array.new
loop do
print beerstack.pop
end
@RiverSongFox
Copy link

I wish my computer could magically turn virtual beer into real one 🍻

@shinka-cb
Copy link
Author

Yeah. In my town, it's too hot to work. I'm always feeling like drinking in these days :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment