# File lib/minitest/spec.rb, line 178 def after type = nil, &block define_method :teardown do self.instance_eval(&block) super() end end