unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/ruby-mode/forin

6 lines
108 B
Plaintext
Raw Normal View History

2016-02-18 13:53:30 +00:00
#name : for ... in ...; ... end
#group : control structure
# --
for ${1:element} in ${2:collection}
$0
end