yasnippet/extras/imported/ruby-mode/Strings/scan(;..;) { |match| .. } (sca).yasnippet
2009-08-29 17:59:02 +00:00

6 lines
162 B
Plaintext

# -*- mode: snippet -*-
# key: sca
# contributor: Translated from TextMate Snippet
# name: scan(/../) { |match| .. }
# --
scan(/${1:pattern}/) { |${2:match}| $0 }