my-emacs-d/elpa/yasnippet-20160924.2001/snippets/ruby-mode/eai

4 lines
81 B
Plaintext

#name : each_index { |i| ... }
#group : collections
# --
each_index { |${i}| $0 }