Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/mkmf.rb
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.
37 38 39 |
# File 'lib/mkmf.rb', line 37 def quote map {|s| s.quote} end |