Method: Inspec::Resources::PowershellScript#exist?

Defined in:
lib/resources/powershell.rb

#exist?Boolean

we cannot determine if a command exists, because that does not work for scripts

Returns:

  • (Boolean)


40
41
42
# File 'lib/resources/powershell.rb', line 40

def exist?
  nil
end