Method: MakeMakefile.config_string
- Defined in:
- lib/mkmf.rb
.config_string(key, config = CONFIG) ⇒ Object
:stopdoc:
148 149 150 |
# File 'lib/mkmf.rb', line 148 def config_string(key, config = CONFIG) s = config[key] and !s.empty? and block_given? ? yield(s) : s end |