Initial commit.
This commit is contained in:
2
vim/snippets/ruby/http_get.snippet
Executable file
2
vim/snippets/ruby/http_get.snippet
Executable file
@@ -0,0 +1,2 @@
|
||||
require 'net/http'
|
||||
res = Net::HTTP.get URI.parse('${1:url}')
|
||||
Reference in New Issue
Block a user