Class: Array
Instance Method Summary collapse
-
#quote ⇒ Object
Wraps all strings in escaped quotes if they contain whitespace.
Instance Method Details
#quote ⇒ Object
Wraps all strings in escaped quotes if they contain whitespace.
193 194 195 |
# File 'lib/mkmfmf.rb', line 193 def quote map {|s| s.quote} end |