Skip to content

Commit

Permalink
Added prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
olekscode committed Sep 3, 2024
1 parent f69162d commit 07387f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Conway-Model/ConwayModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ Class {
#package : 'Conway-Model'
}

{ #category : 'tests - printing' }
ConwayModel class >> prefix [

^ 'Conway'
]

{ #category : 'probes' }
ConwayModel >> alive [
<probeNamed: 'Percentage of alive cells' color: '0000FF'>
Expand Down

0 comments on commit 07387f4

Please sign in to comment.