We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa9ce1c + 340be4c commit 9c3c08dCopy full SHA for 9c3c08d
repository/Neo-CSV-Magritte/MACSVWriter.class.st
@@ -96,7 +96,7 @@ MACSVWriter >> map: aString fieldSource: aBlock [
96
97
{ #category : #accessing }
98
MACSVWriter >> subjectDescription [
99
- ^ subjectDescription ifNil: [ subjectDescription := self subjects first magritteDescription ]
+ ^ subjectDescription ifNil: [ subjectDescription := self subjects atRandom magritteDescription ]
100
]
101
102
0 commit comments