Files
yasnippet/snippets/ruby-mode/collections/eai

4 lines
82 B
Plaintext

#name : each_index { |i| ... }
# key: collectionseai
# --
each_index { |${i}| $0 }