2016-12-27 19:38:56 -07:00

2 lines
70 B
Plaintext

File.open(${1:dump_path}, "rb") { |${2:file}| Marshal.load(${3:$2}) }