yasnippet/extras/imported/ruby-mode/Methods/include Comparable .. (Comp).yasnippet
2009-08-29 17:59:02 +00:00

10 lines
161 B
Plaintext

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