X Tutup
Skip to content

Commit d0cfdb9

Browse files
author
Johan Brichau
committed
implement Symbol>>greaseAsMutator for Pharo3+4
1 parent fc21853 commit d0cfdb9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*grease-pharo30-core
2+
greaseAsMutator
3+
^ self asMutator
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
"name" : "Symbol" }

0 commit comments

Comments
 (0)
X Tutup