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

/ruby-mode/Searching and Selection/select { |e| .. } (sel).yasnippet

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