lib/stowaway/status.rb in stowaway-0.1.2 vs lib/stowaway/status.rb in stowaway-0.1.5
- old
+ new
@@ -4,10 +4,9 @@
def out(msg)
print "#{RESET}#{msg}"
end
def flush
- sleep(0.12)
print RESET
$stdout.flush
end
end
end