Skip to content

Commit

Permalink
write protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
labordep committed Nov 1, 2023
1 parent 1657bd3 commit c41b401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pyramid/PyramidPluginManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ PyramidPluginManager >> isPluginInstalled: aPluginClass [
^ self pluginClasses includes: aPluginClass
]

{ #category : #'as yet unclassified' }
{ #category : #private }
PyramidPluginManager >> makeEditor [

^ PyramidEditorBuilder new
plugins: (self pluginClasses collect: [ :class | class new ]);
build
]

{ #category : #'as yet unclassified' }
{ #category : #private }
PyramidPluginManager >> pluginClasses [

^ pluginClasses
Expand Down

0 comments on commit c41b401

Please sign in to comment.