Class: Array

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

Instance Method Summary collapse

Instance Method Details

#quoteObject

Wraps all strings in escaped quotes if they contain whitespace.



166
167
168
# File 'lib/rubysl/mkmf/mkmf.rb', line 166

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