Skip to content

Commit

Permalink
Fix GS64 failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Jun 14, 2024
1 parent b1d13ec commit 8f0272c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/Hyperspace-Model/AbstractCURIE.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ AbstractCURIE >> asSafeCURIE [
^ self subclassResponsibility
]

{ #category : 'converting' }
AbstractCURIE >> asString [

^ self printString
]

{ #category : 'converting' }
AbstractCURIE >> asWebLink [

Expand Down

0 comments on commit 8f0272c

Please sign in to comment.