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