Files
emacs/snippets/ruby-mode/inject
2024-04-30 07:08:23 +02:00

5 lines
137 B
Plaintext

# -*- mode: snippet -*-
# name: inject(...) { |...| ... }
# group : collections
# --
inject(${1:0}) { |${2:injection}, ${3:element}| $0 }