Skip to content

Commit 5d15830

Browse files
committed
browser: add missing extension method (Symbol>>cull:cull:)
1 parent 132538e commit 5d15830

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*SwaLintBrowser-UI-evaluating-pseudo-override
2+
cull: firstArg cull: secondArg
3+
4+
self numArgs >= 1 ifTrue: [^ self value: firstArg value: secondArg].
5+
^ self value: firstArg
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"class" : {
3+
},
4+
"instance" : {
5+
"cull:cull:" : "ct 5/16/2023 20:21" } }
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)