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

/ruby-mode/Searching and Selection/find { |e| .. } (fin).yasnippet

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