PageRenderTime 78ms CodeModel.GetById 60ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Searching and Selection/find_all { |e| .. } (fina).yasnippet

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