Sha256: 2c156fb51a5aab35ed0816ea6b83eabb0cd72aa74ef4c2e997b2e251c8980518
Contents?: true
Size: 275 Bytes
Versions: 28
Compression:
Stored size: 275 Bytes
Contents
puts 'Suppose you want to display an old-fashioned "spinner"' puts "while some long-running process finishes.\n " puts "The spinner class method will do this (and count elapsed seconds)\n " RubyText.spinner { 10000.times { 20000.times { 99*88 } } } puts "\n...finished."
Version data entries
28 entries across 28 versions & 1 rubygems