# -*- mode: snippet -*- # contributor: Collin J. Doering # name: class # key: cls # -- (class ${1:object%} (super-new$2) (init$3) $0)