3 lines
69 B
Plaintext
3 lines
69 B
Plaintext
|
File.open(${1:filename}, '${2:w}') { |file| file << ${3:data} }
|
||
|
${4}
|