Initial commit.
This commit is contained in:
1
vim/snippets/ruby/Yl-.snippet
Executable file
1
vim/snippets/ruby/Yl-.snippet
Executable file
@@ -0,0 +1 @@
|
||||
File.open(${1:path_to_yml}) { |${2:file}| YAML.load(${3:$2}) }
|
||||
Reference in New Issue
Block a user