/ruby-mode/Declarations/unless (unless).yasnippet
http://github.com/ridgetang/snippets · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · fb6b87e148516aa83d980c3475780638 MD5 · raw file
- # -*- mode: snippet -*-
- # key: unless
- # contributor: Translated from TextMate Snippet
- # name: unless ⌠end
- # --
- unless ${1:condition}
- $0
- end