Initial commit.
This commit is contained in:
4
vim/snippets/ruby/ea/each_with_index do ... end.snippet
Executable file
4
vim/snippets/ruby/ea/each_with_index do ... end.snippet
Executable file
@@ -0,0 +1,4 @@
|
||||
each_with_index do |${1:element}, ${2:i}|
|
||||
${3}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user