PageRenderTime 26ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Tests/assert_nothing_thrown { .. } (asnt).yasnippet

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 398019bb81f0aa4b621e70bd3d6197ef MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: asnt
  3. # contributor: Translated from TextMate Snippet
  4. # name: assert_nothing_thrown { .. }
  5. # --
  6. assert_nothing_thrown { $0 }