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