/ruby-mode/Serialization/PStore_new( __ ).yasnippet
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# -- 6PStore.new(${1:"${2:file_name.pstore}"})