# File lib/mkmf.rb, line 132
  def quote
    /\s/ =~ self ? "\"#{self}\"" : self
  end