Class: Array

Inherits:
Object
  • 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.



43
44
45
# File 'lib/mkmf.rb', line 43

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