Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
435 stars 70 forks source link

fix for allowing to compare Array2D #153

Closed sgonzaloc closed 5 years ago

sgonzaloc commented 5 years ago

Before: When you tried to compare Array2D was failing because a missing message. For example in this case: (Array2D newSize: 3@3) = (Array2D newSize: 3@3)

Now: It's fixed

jvuletich commented 5 years ago

Thanks!