soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
317 Bytes
transformations
extractExpandCaseDirective
"Scan the top-level statements for an inlining directive of the form:
self expandCases
and remove the directive from the method body. Answer whether
there was such a directive."
^self
extractDirective: #expandCases
valueBlock: [:sendNode| true]
default: false