Initial commit.
This commit is contained in:
2
vim/snippets/ruby/fwrite.snippet
Executable file
2
vim/snippets/ruby/fwrite.snippet
Executable file
@@ -0,0 +1,2 @@
|
||||
File.open(${1:filename}, '${2:w}') { |file| file << ${3:data} }
|
||||
${4}
|
||||
Reference in New Issue
Block a user