Sha256: 6aad76247ffa0dda90f21a3d50a5877e04e02a76f1ce7caad40af929f11a528f

Contents?: true

Size: 386 Bytes

Versions: 3

Compression:

Stored size: 386 Bytes

Contents

require 'pastel'
require_relative '../lib/tty-font'

pastel = Pastel.new
font = TTY::Font.new(:starwars)

puts pastel.red(font.write('starwars'))

puts font.write("ABCDEFGHIJKLMN")
puts font.write("OPQRSTUVWXYZ")

puts font.write("abcdefghijklmn")
puts font.write("opqrstuvwxyz")

puts font.write("0123456789")

puts font.write("!#\$%^&*()-_+=")

puts font.write("\"',.:;><?@][\\/}{|")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tty-font-0.4.0 examples/starwars.rb
tty-font-0.3.0 examples/starwars.rb
tty-font-0.2.0 examples/starwars.rb