Sha256: e45bd54340c82ad88127b89555d88f12ee8b83eee33fc4d20af10bba5dde5cd0
Contents?: true
Size: 346 Bytes
Versions: 42
Compression:
Stored size: 346 Bytes
Contents
win = RubyText.window(15, 65, r: 2, c: 14, fg: Green, bg: Blue) win.puts "#center will print text centered on the current row" win.puts "and do an implicit CRLF at the end.\n " stuff = ["I","can","never","imagine","good sets","of real words", "which can somehow", "produce tree shapes", "|", "|"] stuff.each {|str| win.center(str) }
Version data entries
42 entries across 42 versions & 1 rubygems