# -*- mode: snippet -*- # key: Comp # contributor: Translated from TextMate Snippet # name: include Comparable .. ## condition: "source.ruby" # -- include Comparable def <=>(other) $0 end