dotar/vim/snippets/ruby/Yd.snippet

2 lines
78 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
File.open(${1:path_to_yml}, "w") { |${2:file}| YAML.dump(${3:obj}, ${4:$2}) }