Klimi's new dotfiles with stow.
 
 
 
 
 
 

5 rindas
125 B

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