Sha256: 88d231fa5bfa0dba657c1e1a2afda00a8a28dc9fffc665a2f602203d2c88cbe1
Contents?: true
Size: 280 Bytes
Versions: 16
Compression:
Stored size: 280 Bytes
Contents
win = RubyText.window(11, 65, 1, 6, fg: Blue, bg: White) win.go 2,0 win.puts "#top and #bottom are the same as #up! and #down!" win.go 5, 21; win.putch("+"); sleep 1 win.go 5, 21; win.top; win.putch("T"); sleep 1 win.go 5, 21; win.bottom; win.putch("B"); sleep 1
Version data entries
16 entries across 16 versions & 1 rubygems