/ruby-mode/Declarations/080 ruby case.yasnippet
http://github.com/ridgetang/snippets · Unknown · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 38ced780c1abbafc0aab951036369609 MD5 · raw file
- # -*- mode: snippet -*-
- # key: case
- # contributor: Translated from TextMate Snippet
- # name: case ⌠end
- # --
- case ${1:object}
- when ${2:condition}
- $0
- end