Hello,
Is it possible to get the method name inside the method definition?
For example, this.methodName.postln
posts the method name:
Object {
...
aMethod { arg ...;
...
this.methodName.postln;
...
}
}
best,
Hello,
Is it possible to get the method name inside the method definition?
For example, this.methodName.postln
posts the method name:
Object {
...
aMethod { arg ...;
...
this.methodName.postln;
...
}
}
best,