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

/ruby-mode/Searching and Selection/classify { |e| .. } (clas).yasnippet

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