class Inspec::Resources::Powershell

def strip

Removes leading and trailing whitespace from stdout
def strip
  result.stdout&.strip
end