Skip to content

Commit 13e2dd9

Browse files
author
James Brundage
committed
feat: Turtle.get_Minimum ( Fixes #9 )
1 parent 83dbe51 commit 13e2dd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Types/Turtle/get_Minimum.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
if ($this.'.Minimum') {
2+
return $this.'.Minimum'
3+
}
4+
return ([pscustomobject]@{ X = 0; Y = 0 })

0 commit comments

Comments
 (0)