/ruby-mode/Methods/include Comparable .. (Comp).yasnippet
Unknown | 10 lines | 9 code | 1 blank | 0 comment | 0 complexity | 279501549a79224eb691d10dae5ae50d MD5 | raw file
- # -*- mode: snippet -*-
- # key: Comp
- # contributor: Translated from TextMate Snippet
- # name: include Comparable ..
- # --
- include Comparable
- def <=>(other)
- $0
- end