Files
yasnippet/snippets/ruby-mode/collections/eai
2009-12-25 17:45:46 +00:00

4 lines
61 B
Plaintext

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