Files
2024-04-30 07:08:23 +02:00

5 lines
125 B
Plaintext

# -*- mode: snippet -*-
# name: each_with_index { |e, i| ... }
# group : collections
# --
each_with_index { |${e}, ${i}| $0 }