7 lines
127 B
Smalltalk
7 lines
127 B
Smalltalk
|
Extension { #name : 'PPStartOfWordParser' }
|
||
|
|
||
|
{ #category : '*petitislands' }
|
||
|
PPStartOfWordParser >> isIslandBorder [
|
||
|
^ true
|
||
|
]
|