We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d75ac70 + 4c21c19 commit 5d11884Copy full SHA for 5d11884
2 files changed
repository/.filetree
@@ -1,4 +1,5 @@
1
{
2
+ "MetaData" : false,
3
"noMethodMetaData" : true,
4
"separateMethodMetaAndSource" : false,
5
"useCypressPropertiesFile" : true }
repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/projectClass.st
@@ -0,0 +1,4 @@
+accessing
+projectClass
+ Smalltalk at: #'MetacelloCypressBaselineProject' ifPresent: [ :cl | ^ cl ].
+ ^ super projectClass
0 commit comments