The Trunk: Collections-dtl.300.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Collections-dtl.300.mcz

commits-2
David T. Lewis uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-dtl.300.mcz

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

Name: Collections-dtl.300
Author: dtl
Time: 9 February 2010, 11:29:42.874 pm
UUID: a5ddf322-1a85-4df9-9351-16f280e978e7
Ancestors: Collections-nice.299

Move #asParagraph methods to package *ST80-Support.


=============== Diff against Collections-nice.299 ===============

Item was removed:
- ----- Method: Text>>asParagraph (in category 'converting') -----
- asParagraph
- "Answer a Paragraph whose text is the receiver."
-
- ^Paragraph withText: self!

Item was removed:
- ----- Method: String>>asParagraph (in category 'converting') -----
- asParagraph
- "Answer a Paragraph whose text string is the receiver."
-
- ^Paragraph withText: self asText!