Spaces:
Running
Running
File size: 171 Bytes
8f3f8db |
1 2 3 4 5 |
public
exportedPrimitiveNames
"Return an array of all exported primitives"
^methods select:[:m| m export] thenCollect:[:m| m selectorForCodeGeneration copyWithout: $:].
|