IODevice.driver

initial pester tests pass for all kinds
This commit is contained in:
pblivingston
2026-02-28 20:35:12 -05:00
parent abd792acd5
commit 2f2d4af848
5 changed files with 69 additions and 33 deletions

View File

@@ -155,7 +155,7 @@ class StripEq : IOEq {
}
class StripDevice : IODevice {
StripDevice ([int]$index, [Object]$remote) : base ($index, $remote) {
StripDevice ([int]$index, [Object]$remote) : base ($index, $remote, 'Input') {
}
[string] identifier () {