# File lib/systemu.rb, line 40
    def quote(*words)
      words.map{|word| word.inspect}.join(' ')
    end