# -*- mode: snippet -*- # key: cla # contributor: Translated from TextMate Snippet # name: class << self .. end ## condition: "source.ruby" # -- class << ${1:self} $0 end