summaryrefslogtreecommitdiff
path: root/demo/demo_more.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-11-04 01:39:22 +0000
committermurphy <murphy@rubychan.de>2005-11-04 01:39:22 +0000
commitfdd7eab11ddbe99a772930fb6af2586f8021f276 (patch)
tree78873e6670c485653b177e2e29e65520e30b0ed4 /demo/demo_more.rb
parente6db7937334ab025b41e7b5cc3729e2c04ab4464 (diff)
downloadcoderay-fdd7eab11ddbe99a772930fb6af2586f8021f276.tar.gz
Finally: Demo Tests!
Added demo/suite.rb, demo/*.out files Rakefile adjusted TODO updated
Diffstat (limited to 'demo/demo_more.rb')
-rw-r--r--demo/demo_more.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/demo/demo_more.rb b/demo/demo_more.rb
index 5056842..fb718dd 100644
--- a/demo/demo_more.rb
+++ b/demo/demo_more.rb
@@ -27,7 +27,8 @@ File.open('test.html', 'w') do |f|
f.write $output
end
puts 'Input: %dB, Output: %dB' % [$input.size, $output.size]
-puts 'Created "test.html" in %0.3f seconds (%d KB/s). Take a look with your browser.' % [time, $input.size / 1024.0 / time]
+#puts 'Created "test.html" in %0.3f seconds (%d KB/s).' % [time, $input.size / 1024.0 / time]
+puts 'Take a look with your browser.'
__END__
/**********************************************************************