[squeak-dev] The Trunk: Exceptions-nice.13.mcz

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

[squeak-dev] The Trunk: Exceptions-nice.13.mcz

commits-2
Nicolas Cellier uploaded a new version of Exceptions to project The Trunk:
http://source.squeak.org/trunk/Exceptions-nice.13.mcz

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

Name: Exceptions-nice.13
Author: nice
Time: 4 October 2009, 10:12:46 am
UUID: 1997a445-0428-4bb1-9551-ee9f8d9cab35
Ancestors: Exceptions-eem.12

Add signalWithDividend: method needed by license clean #reciprocal #/

=============== Diff against Exceptions-eem.12 ===============

Item was added:
+ ----- Method: ZeroDivide class>>signalWithDividend: (in category 'signaling') -----
+ signalWithDividend: aDividend
+
+ ^(self dividend: aDividend) signal!