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

/ruby-mode/Searching and Selection/detect { |e| .. } (det).yasnippet

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