new(num_files)
Creates a new Quiet that will print nothing
# File lib/rdoc/stats/quiet.rb, line 9 def initialize num_files @num_files = num_files end