Sha256: 56a9ab354e6862a375cbb3b8416d6a3909bffc3e1e6fcdb3e29b01fc429ee65d
Contents?: true
Size: 293 Bytes
Versions: 44
Compression:
Stored size: 293 Bytes
Contents
require 'rubytext' RubyText.start(fg: Yellow, bg: Blue) puts "This writes by default to STDSCR" STDSCR.puts "and this does the same thing.\n " print "Only one line " print "of output " print "printed " puts "here." puts array = [1, 2, 3, 4, 5] puts "p also works:" p array puts getch
Version data entries
44 entries across 44 versions & 1 rubygems