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

3 lines
64 B
Plaintext
Executable File

File.open(${1:filename}, '${2:rwab}') { |${3:file}| ${4} }
${5}