From 5e0f682ef737fe2079b798a4161f8f76e369fa9b Mon Sep 17 00:00:00 2001 From: Terence Lee Date: Sun, 15 Apr 2012 05:01:10 +0300 Subject: [PATCH 1/2] WAT! --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 2781aab..96687cb 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ task :test do 1.upto(100) do sleep(0.01) - putc '.' + print 'WAT' $stdout.flush end # foo! From aea6735506f4b8373ea4b981a6aaa4389ca5982b Mon Sep 17 00:00:00 2001 From: Terence Lee Date: Sun, 15 Apr 2012 05:04:40 +0300 Subject: [PATCH 2/2] WAT! --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 96687cb..addb3cd 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ task :test do 1.upto(100) do sleep(0.01) - print 'WAT' + print 'WAT!' $stdout.flush end # foo!