class Mixlib::ShellOut::Helper::FakeShellOut

def error?

def error?
  exitstatus != 0
end