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