yasnippet/extras/imported/ruby-mode/Each Element/each_index { |i| .. } (eai).yasnippet
2009-08-29 17:59:02 +00:00

6 lines
144 B
Plaintext

# -*- mode: snippet -*-
# key: eai
# contributor: Translated from TextMate Snippet
# name: each_index { |i| .. }
# --
each_index { |${1:i}| $0 }