Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
each_with_index do |${1:element},${2:i}|
|
||||
${3:body}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
each_with_index do |${1:element},${2:i}|
|
||||
${3:body}
|
||||
end
|
||||
|
||||