module Minitest::Hooks::ClassMethods
def around(type=nil, &block)
def around(type=nil, &block) meth = type == :all ? :around_all : :around define_method(meth, &block) end
def around(type=nil, &block) meth = type == :all ? :around_all : :around define_method(meth, &block) end