PageRenderTime 23ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Arrays/zip(enums) { |row| .. } (zip).yasnippet

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