mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-13 08:54:19 +00:00
re-design snippets hierarchy
This commit is contained in:
3
snippets/text-mode/ruby-mode/inject
Normal file
3
snippets/text-mode/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