/ruby-mode/Declarations/060 ruby if else.yasnippet
http://github.com/ridgetang/snippets · Unknown · 10 lines · 10 code · 0 blank · 0 comment · 0 complexity · e0ca6f8630343c15cf0e5bca1028d508 MD5 · raw file
- # -*- mode: snippet -*-
- # key: ife
- # contributor: Translated from TextMate Snippet
- # name: if ⌠else ⌠end
- # --
- if ${1:condition}
- $2
- else
- $3
- end