Skip to content

Commit b521c41

Browse files
authored
Merge pull request #10 from jecisc/add-project-class-to-baseline
add-project-class-to-baseline
2 parents 2997a4a + a40a913 commit b521c41

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

BaselineOfGhost/BaselineOfGhost.class.st

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Class {
22
#name : #BaselineOfGhost,
33
#superclass : #BaselineOf,
4-
#category : 'BaselineOfGhost'
4+
#category : #BaselineOfGhost
55
}
66

77
{ #category : #baselines }
@@ -36,3 +36,10 @@ BaselineOfGhost >> baseline: spec [
3636
]
3737

3838
]
39+
40+
{ #category : #accessing }
41+
BaselineOfGhost >> projectClass [
42+
^ [ self class environment at: #MetacelloCypressBaselineProject ]
43+
on: NotFound
44+
do: [ super projectClass ]
45+
]

0 commit comments

Comments
 (0)