Skip to content

Instantly share code, notes, and snippets.

@outworlder
Created February 3, 2012 18:50
Show Gist options
  • Save outworlder/1731716 to your computer and use it in GitHub Desktop.
Save outworlder/1731716 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
def ☠(n)
n.times { puts "yaaaaaaar" }
end
☠(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment