Class: Chef::Pwsh
- Inherits:
-
PowerShell
- Object
- PowerShell
- Chef::Pwsh
- Defined in:
- lib/chef/pwsh.rb
Instance Method Summary collapse
-
#initialize(script, timeout: -1)) ⇒ Object
constructor
Run a command under pwsh (powershell core) via FFI This implementation requires the managed dll, native wrapper and a published, self contained dotnet core directory tree to exist in the bindir directory.
Constructor Details
#initialize(script, timeout: -1)) ⇒ Object
Run a command under pwsh (powershell core) via FFI This implementation requires the managed dll, native wrapper and a published, self contained dotnet core directory tree to exist in the bindir directory.
29 30 31 32 |
# File 'lib/chef/pwsh.rb', line 29 def initialize(script, timeout: -1) @dll = Pwsh.dll super end |