Class: Array

Inherits:
Object show all
Defined in:
lib/mkmf.rb

Instance Method Summary collapse

Instance Method Details

#quoteObject

Wraps all strings in escaped quotes if they contain whitespace.



192
193
194
# File 'lib/mkmf.rb', line 192

def quote
  map {|s| s.quote}
end