dotar/vim/snippets/ruby/Ml.snippet
2011-11-17 16:00:49 -06:00

2 lines
70 B
Plaintext
Executable File

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