yasnippet-snippets/snippets/ruby-mode/forin
2019-03-09 09:42:25 +00:00

6 lines
No EOL
109 B
Text

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