Class: Array

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

Instance Method Summary collapse

Instance Method Details

#quoteObject

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