Class: Array

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

Instance Method Summary collapse

Instance Method Details

#quoteObject

Wraps all strings in escaped quotes if they contain whitespace.



162
163
164
# File 'ext/lib/mkmf.rb', line 162

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