mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-05 15:02:26 +00:00
more snippets and a bug fix: strange (= nil nil) will cause error in elisp.
This commit is contained in:
3
snippets/ruby-mode/inject
Normal file
3
snippets/ruby-mode/inject
Normal file
@@ -0,0 +1,3 @@
|
||||
#name : inject(...) { |...| ... }
|
||||
# --
|
||||
inject(${1:0}) { |${2:injection}, ${3:element}| $0 }
|
||||
Reference in New Issue
Block a user