# sig/rspec-extra-formatters/junit_formatter.rbs class JUnitFormatter < RSpec::Core::Formatters::BaseFormatter def _xml_escape: () -> untyped def dump_summary: () -> untyped def example_failed: () -> untyped def example_passed: () -> untyped def example_pending: () -> untyped def initialize: () -> void def read_failure: () -> untyped end # sig/rspec-extra-formatters/tap_formatter.rbs class TapFormatter < RSpec::Core::Formatters::BaseFormatter def dump_summary: () -> untyped def example_failed: () -> untyped def example_passed: () -> untyped def example_pending: () -> untyped def initialize: () -> void end