Hitch/src/BaselineOfHitch/BaselineOfHitch.class.st

18 lines
323 B
Smalltalk

Class {
#name : #BaselineOfHitch,
#superclass : #BaselineOf,
#category : #BaselineOfHitch
}
{ #category : #baselines }
BaselineOfHitch >> baseline: spec [
<baseline>
spec for: #common do: [ spec package: 'Hitch' ]
]
{ #category : #accessing }
BaselineOfHitch >> projectClass [
^ MetacelloCypressBaselineProject.
]