HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //usr/lib/ruby/gems/3.2.0/gems/rbs-2.8.2/stdlib/minitest/0/minitest/composite_reporter.rbs
# <!-- rdoc-file=lib/minitest.rb -->
# Dispatch to multiple reporters as one.
#
class Minitest::CompositeReporter < ::Minitest::AbstractReporter
  def initialize: (*untyped reporters) -> void
  def io: () -> untyped

  # <!--
  #   rdoc-file=lib/minitest.rb
  #   - <<(reporter)
  # -->
  # Add another reporter to the mix.
  #
  def <<: (untyped reporter) -> untyped
  def passed?: () -> untyped
  def start: () -> untyped
  def prerecord: (untyped klass, untyped name) -> untyped
  def record: (untyped result) -> untyped
  def report: () -> untyped

  # <!-- rdoc-file=lib/minitest.rb -->
  # The list of reporters to dispatch to.
  #
  attr_accessor reporters: untyped
end