my-emacs-d/elpa/yasnippet-20160924.2001/snippets/ruby-mode/forin

6 lines
108 B
Plaintext

#name : for ... in ...; ... end
#group : control structure
# --
for ${1:element} in ${2:collection}
$0
end