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