]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/ruby-mode/definitions/Comp
Merge commit '243c680396edc99db85cc3152a7bbf020aa7a233' from ace-window
[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