summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/ruby-mode/Comp
blob: 03f2b35878fbbb66e2e4d54e364a715b1516fa89 (plain)
1
2
3
4
5
6
7
8
#name : include Comparable; def <=> ... end
#group : definitions
# --
include Comparable

def <=> other
  $0
end