# File lib/active_support/log_subscriber/test_helper.rb, line 58 def initialize(level = DEBUG) @flush_count = 0 @level = level @logged = Hash.new { |h,k| h[k] = [] } end