b0VIM 7.4>W/y[danok~dan/dev/gems/whirly/euruko.rbutf-8 3210#"! Utpuad u\Qvug?>  #       q f b a \ W R > = < ; : 9 8 7 6 5 4 3 ) ( '  end sleep 60Whirly.start status: 'https://github.com/janlelis/whirly' doputs Paint["Get WHIRLY", :bold]print "\033c"# # # URLputs "Time is over"putsputsputsend sleep 12Whirly.start spinner: "clock", interval: 1000 doputs Paint["Clock", :underline]print "\033c"# # # Ticking Clocksleep 5puts "Done"putsputsputsend sleep 9Whirly.start spinner: "pong", use_color: false, status: "Two computers in a game of Pong" doputs Paint["Pong", :underline]print "\033c"# # # Pong Gamesleep 5puts "Done"putsputsputsWhirly.stopsleep 9Whirly.status = "Travelling…"Whirly.start spinner: "earth"puts Paint["Earth Spinner", :underline]print "\033c"# # # Earthsleep 5puts "Done"putsputsputsend sleep 10 Whirly.status = "10 more seconds!" sleep 3 Whirly.status = "Almost done…" sleep 15 Whirly.status = "(actually it's just `sleep 15`)" sleep 15Whirly.start status: 'Generating something huge…' doputs Paint["Whirly", :underline]print "\033c"# # # Whirlyrequire 'paint'require_relative 'lib/whirly'