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

/ruby-mode/Serialization/PStore_new( __ ).yasnippet

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | a0bbe7fe30b282ed80efc819ea83fa63 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: Pn-
  3. # contributor: Translated from TextMate Snippet
  4. # name: PStore.new( .. )
  5. # --
  6. PStore.new(${1:"${2:file_name.pstore}"})