Created
February 3, 2012 19:06
-
-
Save outworlder/1731799 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# -*- coding: utf-8 -*- | |
def ☠(n) | |
☥ = 10 | |
blacks = %w(♟ ♝ ♞ ♜ ♛ ♚) | |
whites = %w(♙ ♗ ♘ ♖ ♕ ♔) | |
n.times { puts "yaaaaaaar" } | |
puts ☥ | |
puts "White chess pieces: ", whites | |
puts "Black chess pieces: ", blacks | |
end | |
def ☎ | |
"Your phone here" | |
end | |
☠(10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-- coding: utf-8 --
def ☠(n)
begin
☥ = 10
blacks = %w(♟ ♝ ♞ ♜ ♛ ♚)
whites = %w(♙ ♗ ♘ ♖ ♕ ♔)
rescue Exception => ⚠
puts "Exception:#{⚠}"
end
end
def ⚕
"㊵
↾
☯
⛀ ⛁ "
end
def ☎
"Phone"
end
☠(10)