/ruby-mode/Blocks/open yield block ({).yasnippet
http://github.com/ridgetang/snippets · Unknown · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 122eaef3a0dd87b2fccd070340d56659 MD5 · raw file
- # -*- mode: snippet -*-
- # key: {
- # contributor: Translated from TextMate Snippet
- # name: Insert { |variable| ⌠}
- # expand-env: ((yas/wrap-around-region t))
- # --
- { ${1:$(if (string= yas/text "") "" "|")}${1:variable}${1:$(if (string= yas/text "") "" "|")} $0 }