soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
239 Bytes
utilities
addMethod: aJSMethod
"Add the given method to the code base."
(methods includesKey: aJSMethod selector) ifTrue: [
self error: 'Method name conflict: ', aJSMethod selector.
].
methods at: aJSMethod selector put: aJSMethod.