# sig/minitest/hooks/test.rbs module Minitest::Hooks def self.included: () -> untyped def after_all: () -> untyped def around: () -> untyped def around_all: () -> untyped def before_all: () -> untyped def time_it: () -> untyped end # sig/minitest/hooks/test.rbs module Minitest::Hooks::ClassMethods def _record_minitest_hooks_error: () -> untyped def after: () -> untyped def around: () -> untyped def before: () -> untyped def new: () -> untyped def with_info_handler: () -> untyped end