Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Turtle
0.2.2
Types/Turtle/get_PathClass.ps1
if
(
$this
.
'.PathClass'
)
{
return
$this
.
'.PathClass'
}
if
(
$this
.
stroke
-match
'current|context'
)
{
$this
.
PathClass
=
'foreground-stroke'
}
return
$this
.
'.PathClass'