Skip to content

Instantly share code, notes, and snippets.

@ifesdjeen
Created May 1, 2013 20:00
Show Gist options
  • Save ifesdjeen/5497911 to your computer and use it in GitHub Desktop.
Save ifesdjeen/5497911 to your computer and use it in GitHub Desktop.
Pretty-print object methods
(require '[clojure.reflect :as r])
(use '[clojure.pprint :only [print-table]])
(print-table (:members (r/reflect"foo")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment