# File lib/mkmf.rb, line 66 def config_string(key, config = CONFIG) s = config[key] and !s.empty? and block_given? ? yield(s) : s end