Skip to content

Instantly share code, notes, and snippets.

@icebreaker
Created October 25, 2016 11:47
Show Gist options
  • Select an option

  • Save icebreaker/3d1a8b6a73fc34ed0e9806be024b4adb to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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