clean [skip ci]
This commit is contained in:
parent
a426cddd4a
commit
7c608452b5
1 changed files with 0 additions and 4 deletions
|
|
@ -8,10 +8,6 @@
|
|||
(or (get methods k)
|
||||
(throw (UnsupportedOperationException. "Method not implemented: " k))))
|
||||
|
||||
(defn method-or [methods k default]
|
||||
(or (get methods k)
|
||||
(constantly default)))
|
||||
|
||||
(defn class-name [^Class clazz]
|
||||
(.getName clazz))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue