Sha256: ccc6bbd9239ec444d121e82df92c919356afd01c390173a6848a6bb904aa21ed

Contents?: true

Size: 380 Bytes

Versions: 1

Compression:

Stored size: 380 Bytes

Contents

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

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

puts pastel.yellow(font.write("block"))

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

1 entries across 1 versions & 1 rubygems

Version Path
tty-font-0.4.0 examples/block.rb