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

/ruby-mode/Files/unix_filter .. (uni).yasnippet

http://github.com/ridgetang/snippets
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | a18cb4d25a9a31e1fdbc1c857d4439c6 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: unif
  3. # contributor: Translated from TextMate Snippet
  4. # name: unix_filter { .. }
  5. # --
  6. ARGF.each_line$1 do |${2:line}|
  7. $0
  8. end