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

/ruby-mode/Each Element/each_byte { |byte| .. } (eab).yasnippet

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