回答編集履歴

1

修正

2019/07/22 01:16

投稿

asm
asm

スコア15147

test CHANGED
@@ -4,11 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- url = "example.com"
7
+ h = Net::HTTP.new("example.com")
8
-
9
- path = "/"
10
-
11
- h = Net::HTTP.new(url)
12
8
 
13
9
  h.set_debug_output $stderr
14
10