diff --git a/src/XML-Writer-Core/XMLWriterFormatter.class.st b/src/XML-Writer-Core/XMLWriterFormatter.class.st index 2d3e736..32b6026 100644 --- a/src/XML-Writer-Core/XMLWriterFormatter.class.st +++ b/src/XML-Writer-Core/XMLWriterFormatter.class.st @@ -24,6 +24,12 @@ XMLWriterFormatter class >> defaultIndentString [ ^ ' ' ] +{ #category : #testing } +XMLWriterFormatter class >> isAbstract [ + + ^ self == XMLWriterFormatter +] + { #category : #'instance creation' } XMLWriterFormatter class >> writer: aWriter [