Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
File.open(${1:dump_path}, "rb") { |${2:file}| Marshal.load(${3:$2}) }
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
File.open(${1:dump_path}, "rb") { |${2:file}| Marshal.load(${3:$2}) }
|
||||