PageRenderTime 71ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Serialization/transaction( __ ) do __ end.yasnippet

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 517a6b5b09076e410e7f878795474871 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: tra
  3. # contributor: Translated from TextMate Snippet
  4. # name: transaction( .. ) { .. }
  5. # --
  6. transaction${1/(^.*?\S.*)|.*/(?1:\()/}${1:true}${1/(^.*?\S.*)|.*/(?1:\))/} { $0 }