yasnippet/extras/imported/ruby-mode/Tests/assert_nothing_raised(..) { .. } (asnr).yasnippet
2009-08-29 17:59:02 +00:00

6 lines
174 B
Plaintext

# -*- mode: snippet -*-
# key: asnr
# contributor: Translated from TextMate Snippet
# name: assert_nothing_raised(..) { .. }
# --
assert_nothing_raised(${1:Exception}) { $0 }