Skip to content

Commit

Permalink
Fixed issue #32
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabrunox committed Jul 14, 2008
1 parent 8ec8098 commit 75f2e73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2008-07-14 Luca Bruno <lethalman88@gmail.com>

* st/kernel/Integer.st (timesRepeat): fixed issue #32

2008-06-12 Luca Bruno <lethalman88@gmail.com>

* st/kernel/Exception.st (what): improved
Expand Down
2 changes: 1 addition & 1 deletion st/kernel/Integer.st
Expand Up @@ -177,6 +177,6 @@ isInteger
!Integer methodsFor: 'enumerating'!

timesRepeat: aBlock
1 to: self to: [ :ea |
1 to: self do: [ :ea |
aBlock value ]
! !

0 comments on commit 75f2e73

Please sign in to comment.