We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6118a7 commit c47696cCopy full SHA for c47696c
1 file changed
src/GToolkit-GemStone/GtGemStoneSessionFeatures.class.st
@@ -40,6 +40,16 @@ GtGemStoneSessionFeatures class >> featuresKeyName [
40
^#GT_FEATURES_LIST_NAME
41
]
42
43
+{ #category : 'features' }
44
+GtGemStoneSessionFeatures class >> floatStringEncoding [
45
+ "GtWireFloatPrintStringEncoder was added at the same time as this method"
46
+ <gtGemStoneFeature>
47
+
48
+ ^ (GtGemStoneSessionFeature
49
+ withId: #floatStringEncoding)
50
+ enable
51
+]
52
53
{ #category : 'instance creation' }
54
GtGemStoneSessionFeatures class >> forCurrentDefinitions [
55
^ self withAll: self collectFeaturesDefinitions
0 commit comments