Skip to content

Instantly share code, notes, and snippets.

@icebreaker
Created October 25, 2016 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icebreaker/3d1a8b6a73fc34ed0e9806be024b4adb to your computer and use it in GitHub Desktop.
Save icebreaker/3d1a8b6a73fc34ed0e9806be024b4adb to your computer and use it in GitHub Desktop.
Ruby Emoji
#!/usr/bin/env ruby
def ⌨ ✉️
puts ✉️
end
def ☠ ⚒
⌨ ⚒
end
☠ 42
@icebreaker
Copy link
Author

curl -sS https://gist.githubusercontent.com/icebreaker/3d1a8b6a73fc34ed0e9806be024b4adb/raw/8c9079cd825b920697b1d71babc1abf74cffc4e2/ruby_emoji.rb | ruby --

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