# File escape.rb, line 52
  def shell_command(command)
    command.map {|word| shell_single_word(word) }.join(' ')
  end