Skip to content

Commit

Permalink
Add Integer>>#hashMultiply
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Aug 8, 2023
1 parent 0106ed8 commit 2f6d27a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/Buoy-Math-GS64-Extensions/Integer.extension.st
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Extension { #name : #Integer }

{ #category : #'*Buoy-Math-GS64-Extensions' }
Integer >> hashMultiply [
"No need to do something special in GS64"

^ self
]

{ #category : #'*Buoy-Math-GS64-Extensions' }
Integer >> isInteger [
"True for all subclasses of Integer."
Expand Down

0 comments on commit 2f6d27a

Please sign in to comment.