# File lib/execjs/external_runtime.rb, line 192
        def shell_escape(*args)
          Shellwords.join(args)
        end