PageRenderTime 29ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Each Element/each { |e| .. } (ea).yasnippet

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | f1713bbcf3f7e42f009fa255d63b6cce MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: ea
  3. # contributor: Translated from TextMate Snippet
  4. # name: each { |e| .. }
  5. # --
  6. each { |${1:e}| $0 }