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

/emacs.d/jeg2/snippets/ruby-mode/iterators/gsub.yasnippet

https://github.com/JEG2/dotfiles
Unknown | 5 lines | 5 code | 0 blank | 0 comment | 0 complexity | 29290e52f96f712175b3d7ab038983c8 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # name: gsub
  3. # key: gsu
  4. # --
  5. gsub(${1:/${2:pattern}/}) {${3:$(if (> (length yas-text) 0) " |" "")}${3:match}${3:$(if (> (length yas-text) 0) "|" "")} $0 }