7 lines
122 B
Smalltalk
7 lines
122 B
Smalltalk
|
Extension { #name : 'PPOnsideOLParser' }
|
||
|
|
||
|
{ #category : '*petitislands' }
|
||
|
PPOnsideOLParser >> isIslandBorder [
|
||
|
^ false
|
||
|
]
|