summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/ruby-mode/definitions/Comp
blob: 7afea972b4253488ef0656d5e899bd860f829750 (plain) (blame)
1
2
3
4
5
6
7
#name : include Comparable; def <=> ... end
# --
include Comparable

def <=> other
  $0
end