mirror of
https://github.com/amix/vimrc
synced 2025-01-05 00:18:48 +00:00
2 lines
80 B
Text
2 lines
80 B
Text
|
File.open(${1:dump_path}, "wb") { |${2:file}| Marshal.dump(${3:obj}, ${4:$2}) }
|