> On Aug 2, 2016, at 9:38 AM, Bert Freudenberg [via Smalltalk] 
> <ml-node+s1294792n4909172...@n4.nabble.com> wrote:
> 
> Thirdly, to keep these "extension methods" in your own package, put them in a 
> method category that starts with an asterisk followed by your package name. 
> That is, if your Monticello package is named "Foo-Bar", then put your "mix 
> in" Array methods into the category "*foo-bar" which will mark them as 
> belonging to your package, not the package the Array class is in. The 
> extension methods will be stored and loaded with your package.

Bert, 

I am not sure how to do this.  My project is called Books.  Is this what you 
mean?

Object subclass: #Array
        instanceVariableNames: ''
        classVariableNames: ''
        poolDictionaries: ''
        category: ‘*Books’


Sincerely,

Joe.


PS.  Thanks for the bit about the join methods and the changes.  :-)






--
View this message in context: 
http://forum.world.st/mix-ins-tp4909171p4909179.html
Sent from the Squeak - Beginners mailing list archive at Nabble.com.
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to