SmallInteger.st
changeset 10947 e01ba2c3533f
parent 10487 f6287f4b83c9
child 10972 bd9df21d6654
equal deleted inserted replaced
10946:40514596d473 10947:e01ba2c3533f
  2132      - reimplemented here since smallintegers are unique"
  2132      - reimplemented here since smallintegers are unique"
  2133 
  2133 
  2134     ^ self
  2134     ^ self
  2135 !
  2135 !
  2136 
  2136 
  2137 deepCopyUsing:aDictionary
  2137 deepCopyUsing:aDictionary postCopySelector:postCopySelector
  2138     "return a deep copy of myself
  2138     "return a deep copy of myself
  2139      - reimplemented here since smallintegers are unique"
  2139      - reimplemented here since smallintegers are unique"
  2140 
  2140 
  2141     ^ self
  2141     ^ self
  2142 !
  2142 !
  3670 ! !
  3670 ! !
  3671 
  3671 
  3672 !SmallInteger class methodsFor:'documentation'!
  3672 !SmallInteger class methodsFor:'documentation'!
  3673 
  3673 
  3674 version
  3674 version
  3675     ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.169 2007-04-02 15:56:50 stefan Exp $'
  3675     ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.170 2008-04-09 19:40:32 ab Exp $'
  3676 ! !
  3676 ! !