src/newseasons/utils.clj @ f6f1b6b96f16

Fix the Vagrant SSH invocation.
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Oct 2011 19:09:11 -0400
parents e3e497ef8f62
children (none)
(ns newseasons.utils)


(defn sort-maps-by [coll k]
  (sort #(compare (%1 k) (%2 k)) coll))