/ruby-mode/Each Element/each { |e| .. } (ea).yasnippet
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | f1713bbcf3f7e42f009fa255d63b6cce MD5 | raw file
- # -*- mode: snippet -*-
- # key: ea
- # contributor: Translated from TextMate Snippet
- # name: each { |e| .. }
- # --
- each { |${1:e}| $0 }