PageRenderTime 1394ms CodeModel.GetById 1381ms RepoModel.GetById 1ms app.codeStats 0ms

/ruby-mode/Each Element/each_cons(..) { |group| .. } (eac-).yasnippet

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