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