# File lib/chef/mixin/shell_out.rb, line 24 def shell_out(*command_args) cmd = Chef::ShellOut.new(*command_args) cmd.run_command cmd end