From d05ffa11e744d245ebc09e0da15d3887b2603305 Mon Sep 17 00:00:00 2001 From: Pete Higgins Date: Fri, 20 Mar 2020 13:09:20 -0700 Subject: Remove outdated comment about shell args on different platforms. Signed-off-by: Pete Higgins --- lib/chef/mixin/shell_out.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/chef/mixin') diff --git a/lib/chef/mixin/shell_out.rb b/lib/chef/mixin/shell_out.rb index 72aa82fc6c..658442fd6d 100644 --- a/lib/chef/mixin/shell_out.rb +++ b/lib/chef/mixin/shell_out.rb @@ -26,10 +26,6 @@ class Chef # # all consumers should now call shell_out!/shell_out. # - # on unix the shell_out API supports the clean_array() kind of syntax (below) so that - # array args are flat/compact/to_s'd. on windows, array args aren't supported to its - # up to the caller to join(" ") on arrays of strings. - # # the shell_out_compacted/shell_out_compacted! APIs are private but are intended for use # in rspec tests, and should ideally always be used to make code refactorings that do not # change behavior easier: -- cgit v1.2.1