]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/ruby-mode/definitions/Comp
Merge commit 'f062d5a55496e22cf89f2ef9778a24a840a5a68e' from context-coloring
[gnu-emacs-elpa] / packages / yasnippet / snippets / ruby-mode / definitions / Comp
1 # name: include Comparable; def <=> ... end
2 # key: Comp
3 # --
4 include Comparable
5
6 def <=> other
7 $0
8 end