Skip to content

Commit

Permalink
browser: add missing extension method (Symbol>>cull:cull:)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Dec 20, 2024
1 parent 132538e commit 5d15830
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*SwaLintBrowser-UI-evaluating-pseudo-override
cull: firstArg cull: secondArg

self numArgs >= 1 ifTrue: [^ self value: firstArg value: secondArg].
^ self value: firstArg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"cull:cull:" : "ct 5/16/2023 20:21" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
"name" : "Symbol" }

0 comments on commit 5d15830

Please sign in to comment.