my-emacs-d/elpa/yasnippet-20160924.2001/snippets/ruby-mode/for
2016-10-20 10:27:10 +02:00

7 lines
93 B
Plaintext

# -*- mode: snippet -*-
# name: for
# key: for
# --
for ${1:el} in ${2:collection}
$0
end