Class: Array
Do not use. This class is for internal use only.
Relationships & Source Files | |
Inherits: | Object |
Defined in: | lib/mkmf.rb |
Instance Method Summary
-
#quote
Wraps all strings in escaped quotes if they contain whitespace.
Instance Method Details
#quote
Wraps all strings in escaped quotes if they contain whitespace.
# File 'lib/mkmf.rb', line 43
def quote map {|s| s.quote} end