Skip to content

Commit

Permalink
Merge pull request #6 from astares/issue_5
Browse files Browse the repository at this point in the history
Remove BitmapCharacterSet class>>#inspectorClass
  • Loading branch information
astares authored Sep 10, 2023
2 parents 3fb4dc2 + c60d3d0 commit 5dadea9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ Class {
#category : #'Collections-BitmapCharacterSet-Base'
}

{ #category : #inspecting }
BitmapCharacterSet class >> inspectorClass [
"does not use Set class>>inspectorClass because it is incompatible"
^ Smalltalk tools inspectorClass
]

{ #category : #'instance creation' }
BitmapCharacterSet class >> new [

Expand Down

0 comments on commit 5dadea9

Please sign in to comment.