class ChefCLI::UI::NullStream

def print(*anything)

def print(*anything)
  nil
end

def puts(*anything)

def puts(*anything)
  nil
end