Skip to content

Commit

Permalink
Merge pull request #1375 from pharo-spec/dev-1.0
Browse files Browse the repository at this point in the history
last changes
  • Loading branch information
estebanlm authored Apr 12, 2023
2 parents 2add718 + 9759f49 commit 730b4d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions src/Spec2-Transmission/SpTActivable.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ Trait {

{ #category : #'private - actions' }
SpTActivable >> activate [
"Perform here the activation. A common usage would be something like:
"Perform here the activation. A common usage would be something like:
self activationAction ifNil: [ ^ self ].
self activationAction cull: (SpActivatedObject newValue: 42)
self activationAction cull: (SpActivatedSelection newValue: 42)
"

self shouldBeImplemented

]

{ #category : #api }
Expand Down
9 changes: 4 additions & 5 deletions src/Spec2-Transmission/SpTSelectable.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ SpTSelectable >> outputSelectionPort [

{ #category : #'private - actions' }
SpTSelectable >> select [
"Perform here the activation. A common usage would be something like:
"Perform here the activation. A common usage would be something like:
self activationAction ifNil: [ ^ self ].
self activationAction cull: (SpActivatedObject newValue: 42)
self activationAction cull: (SpActivatedSelection newValue: 42)
"

self shouldBeImplemented

]

{ #category : #private }
Expand Down

0 comments on commit 730b4d1

Please sign in to comment.