/ruby-mode/Declarations/070 ruby if.yasnippet
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 063b0bc54f426d0dd43bf67e86e9ed92 MD5 | raw file
- # -*- mode: snippet -*-
- # key: if
- # contributor: Translated from TextMate Snippet
- # name: if ⌠end
- # --
- if ${1:condition}
- $0
- end