We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f3d5a commit 25c3529Copy full SHA for 25c3529
repository/Grease-GemStone-Core.package/GRGemStonePlatform.class/instance/sourceCodeStringOf..st
@@ -2,4 +2,4 @@ meta-object-protocol
2
sourceCodeStringOf: aCompiledMethod
3
"Return a String with the source code for a compiled method."
4
5
- ^ self convertToSmalltalkNewlines: aCompiledMethod source
+ ^ self convertToSmalltalkNewlines: aCompiledMethod _sourceString
0 commit comments