質問編集履歴
1
エラーの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -70,4 +70,10 @@
|
|
70
70
|
|
71
71
|
irb(main):016:0> p.empty?
|
72
72
|
|
73
|
+
Traceback (most recent call last):
|
74
|
+
|
75
|
+
1: from (irb):16
|
76
|
+
|
77
|
+
NoMethodError (undefined method `empty?' for #<Patron:0x00007fa1a7e6cfd0>)
|
78
|
+
|
73
79
|
```
|