Skip to content

Commit

Permalink
Merge pull request #1479 from MarcusDenker/use-valueWithReceiver
Browse files Browse the repository at this point in the history
use valueWithReceiver:
  • Loading branch information
MarcusDenker authored Nov 29, 2023
2 parents afaada4 + 643189c commit d67b04e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Spec2-Examples/SpExampleBrowser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ SpExampleBrowser >> runSelectedExample [
| method |

method := list selectedItem entity.
method
valueWithReceiver: method methodClass instanceSide
arguments: #()
method valueWithReceiver: method methodClass instanceSide
]

{ #category : 'updating' }
Expand Down

0 comments on commit d67b04e

Please sign in to comment.