DEBSOURCES
Skip Quicknav
sources / ruby-tty-command / 0.10.1-1 / spec / fixtures / phased_output
1234567
#!/usr/bin/env ruby # frozen_string_literal: true 10.times do print "." sleep 0.001 end