diff options
author | murphy <murphy@rubychan.de> | 2010-03-26 04:46:03 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-03-26 04:46:03 +0000 |
commit | 4f26fe794a25a904d8491ca9c3b8dc46a897aec5 (patch) | |
tree | fcd6df2945e3340120cb8beb6d9466d25d2264a0 | |
parent | 51c5ae8da90eb06518b94afe46e0de9f93c82466 (diff) | |
download | coderay-4f26fe794a25a904d8491ca9c3b8dc46a897aec5.tar.gz |
Cleanup.
-rw-r--r-- | rake_helpers/code_statistics.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rake_helpers/code_statistics.rb b/rake_helpers/code_statistics.rb index 09463bf..595848f 100644 --- a/rake_helpers/code_statistics.rb +++ b/rake_helpers/code_statistics.rb @@ -58,7 +58,7 @@ private stats = Hash.new 0 Dir[directory].each do |file_name| - p "Scanning #{file_name}..." if $DEBUG + p "Scanning #{file_name}..." if $VERBOSE next unless file_name =~ pattern lines = codelines = classes = modules = methods = 0 |