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