Skip to content

Commit

Permalink
add missing hasBindingOf: to the LessonView
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-krivanek committed May 5, 2024
1 parent 7edd8e7 commit 9838105
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ProfStef-Core/LessonView.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ LessonView >> doItReceiver [
^ nil
]

{ #category : 'accessing' }
LessonView >> hasBindingOf: aString [

^ self bindings includesKey: aString
]

{ #category : 'initialization' }
LessonView >> initialize [

Expand Down

0 comments on commit 9838105

Please sign in to comment.