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

2 lines
48 B
Plaintext
Executable File

open(${1:path}, "${2:rwab}") { |${3:io}| ${4} }