removing directives from some classic snippets

This commit is contained in:
capitaomorte
2009-12-25 17:45:46 +00:00
parent 5cc5037cee
commit 546237f7de
70 changed files with 67 additions and 136 deletions

View File

@@ -1,4 +1,3 @@
#name : inject(...) { |...| ... }
#group : collections
# --
inject(${1:0}) { |${2:injection}, ${3:element}| $0 }
inject(${1:0}) { |${2:injection}, ${3:element}| $0 }