Skip to content

Instantly share code, notes, and snippets.

@xcobar

xcobar/emoji.txt Secret

Created March 26, 2020 20:09
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 xcobar/0ad4e52e0f0fc8de834de83cd09225a2 to your computer and use it in GitHub Desktop.
Save xcobar/0ad4e52e0f0fc8de834de83cd09225a2 to your computer and use it in GitHub Desktop.
require 'terminal-table'
rows = [["🇺🇸", 1]]
puts Terminal::Table.new :rows => rows
@havenwood
Copy link

require 'terminal-table'

puts Terminal::Table.new rows: [["🇺🇸#{8203.chr('utf-8')}", 1]]

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