# File lib/protest/test_case.rb, line 54 def self.setup(&block) define_method :setup do super() instance_eval(&block) end end