Does anyone off the top of their head know how to ...
# scripting
a
Does anyone off the top of their head know how to refer to the script’s
this
reference when inside an extension method?
u
this@Foo
where Foo is the name of the script (file name without extension)
a
Excellent! thanks!