emacs-prelude/vendor/yasnippet/snippets/ruby-mode/control structure/forin
2012-02-17 22:12:32 +02:00

6 lines
94 B
Plaintext

# name: for ... in ...; ... end
# key: forin
# --
for ${1:element} in ${2:collection}
$0
end