# File lib/simplecov/configuration.rb, line 162 def configure(&block) return false unless SimpleCov.usable? Docile.dsl_eval(self, &block) end