Initial commit.
This commit is contained in:
1
vim/snippets/ruby/Md.snippet
Executable file
1
vim/snippets/ruby/Md.snippet
Executable file
@@ -0,0 +1 @@
|
||||
File.open(${1:dump_path}, "wb") { |${2:file}| Marshal.dump(${3:obj}, ${4:$2}) }
|
||||
Reference in New Issue
Block a user