| # -*- mode: snippet -*- | |
| # name: each_index { |i| ... } | |
| # key: eai | |
| # group : collections | |
| # -- | |
| each_index { |${i}| $0 } |