123456789_123456789_123456789_123456789_123456789_

Class: Array

Do not use. This class is for internal use only.
Relationships & Source Files
Inherits: Object
Defined in: lib/mkmf.rb

Instance Method Summary

  • #quote

    Wraps all strings in escaped quotes if they contain whitespace.

Instance Method Details

#quote

Wraps all strings in escaped quotes if they contain whitespace.

[ GitHub ]

  
# File 'lib/mkmf.rb', line 37

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