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