Statistics

This commit is contained in:
Gregory Eremin
2013-06-05 00:41:48 +04:00
parent 7c6e2f442e
commit 16ea9b47f3
5 changed files with 57 additions and 8 deletions
+4
View File
@@ -7,5 +7,9 @@ module Rake
original_execute(args)
end
end
def stats
RakeControl::Statistics.new(name)
end
end
end