PageRenderTime 16ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Searching and Selection/reject { |e| .. } (rej).yasnippet

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