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