diff options
author | Chouser <chouser@n01se.net> | 2008-12-13 05:37:57 +0000 |
---|---|---|
committer | Chouser <chouser@n01se.net> | 2008-12-13 05:37:57 +0000 |
commit | 244e9e02d7d97d6456c6c6033a4c26b7f5ed2619 (patch) | |
tree | dfdc2df69a3c709bb09a086ee23ff6440b1e4efa /src/clojure/contrib/repl_utils.clj | |
parent | 33aa9fa63a2e1bd6d9cee8f3792fb054a1803bb5 (diff) |
Fix specific-method 'show'
Diffstat (limited to 'src/clojure/contrib/repl_utils.clj')
-rw-r--r-- | src/clojure/contrib/repl_utils.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/repl_utils.clj b/src/clojure/contrib/repl_utils.clj index 49d99670..ba045565 100644 --- a/src/clojure/contrib/repl_utils.clj +++ b/src/clojure/contrib/repl_utils.clj @@ -44,7 +44,7 @@ (if method? (str (.getSimpleName (.getReturnType m)) (param-str m)) (str (.getSimpleName (.getType m))))))] - [[(not static?) method? (sortable text)] text])) + [[(not static?) method? (sortable text)] text m])) (defn show ([x] (show x nil)) |