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

/ruby-mode/Serialization/xpath(__) { __ }.yasnippet

http://github.com/ridgetang/snippets
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | db85893b5fc541c1d0f13dae61ea039e MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: xpa
  3. # contributor: Translated from TextMate Snippet
  4. # name: xpath(..) { .. }
  5. # --
  6. elements.each(${1:"${2://XPath}"}) do |${3:node}|
  7. $0
  8. end