Skip to content

Commit 07885b0

Browse files
committed
moved method to superclass for backward compatibility
1 parent 8cbae10 commit 07885b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Extension { #name : 'CleanBlockClosure' }
1+
Extension { #name : 'BlockClosure' }
22

33
{ #category : '*Math-FunctionFit' }
4-
CleanBlockClosure >> functionString [
4+
BlockClosure >> functionString [
55

66
^ self sourceNode value sourceCode asString
77
]

0 commit comments

Comments
 (0)