# File lib/protest.rb, line 64
  def self.report(name, *report_args)
    available_reports.fetch(name).new(*report_args)
  end