class ChefCLI::ShellOut

def self.shell_out(*command_args)

def self.shell_out(*command_args)
  cmd = new(*command_args)
  cmd.run_command
  cmd
end