Skip to content

Instantly share code, notes, and snippets.

@rigibun
Created July 6, 2014 12:51
Show Gist options
  • Save rigibun/e2d68759284912cf2a3c to your computer and use it in GitHub Desktop.
Save rigibun/e2d68759284912cf2a3c to your computer and use it in GitHub Desktop.
s = ARGV[0];
puts "┏┷┓"
s.each_char do |c|
print "┃", c, "┃"
puts
end
puts "┗━┛"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment