[squeak-dev] The Trunk: Monticello-TonelReaderTest.684.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jun 15 19:39:34 UTC 2018


Eliot Miranda uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-TonelReaderTest.684.mcz

==================== Summary ====================

Name: Monticello-TonelReaderTest.684
Author: TonelReaderTest
Time: 15 June 2018, 12:39:16.107577 pm
UUID: fafb033d-9440-4a4a-bdb6-a6d6f7eb4b6a
Ancestors: Monticello-dtl.683

Add MCMethodDefinition>>protocol, a much better selectror name than category.

=============== Diff against Monticello-dtl.683 ===============

Item was added:
+ ----- Method: MCMethodDefinition>>protocol (in category 'accessing') -----
+ protocol
+ 	"Answer in which protocol (conceptual groups of methods) the receiver is grouped into."
+ 	^category!



More information about the Squeak-dev mailing list