Path: blob/master/elisp/emacs-for-python/yasnippet/snippets/ruby-mode/control structure/forin
1432 views
#name : for ... in ...; ... end
# --
for ${1:element} in ${2:collection}
$0
end
#name : for ... in ...; ... end
# --
for ${1:element} in ${2:collection}
$0
end