PageRenderTime 16ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Tests/def test_ .. end (t).yasnippet

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