/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

  1. # -*- mode: snippet -*-
  2. # key: unless
  3. # contributor: Translated from TextMate Snippet
  4. # name: unless … end
  5. # --
  6. unless ${1:condition}
  7. $0
  8. end