PageRenderTime 22ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/ruby-mode/Declarations/070 ruby if.yasnippet

http://github.com/ridgetang/snippets
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 063b0bc54f426d0dd43bf67e86e9ed92 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: if
  3. # contributor: Translated from TextMate Snippet
  4. # name: if … end
  5. # --
  6. if ${1:condition}
  7. $0
  8. end