remove-all-methods

functionsince v0.0-927 clojure.core/remove-all-methodsEdit
(remove-all-methods multifn)

Source docstring:
Removes all of the methods of multimethod.
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn remove-all-methods
  [multifn]
 (-reset multifn))