# File lib/turn/runners/isorunner.rb, line 22 def initialize @config = Turn.config @reporter = @config.reporter #yield(self) if block_given? @loadpath = @config.loadpath @requires = @config.requires @live = @config.live? @minitest = @config.framework == :minitest end