PageRenderTime 30ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/ruby-mode/Each Element/each_key { |key| .. } (eak).yasnippet

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