質問編集履歴

6

2019/11/14 13:21

投稿

Akihide
Akihide

スコア8

test CHANGED
File without changes
test CHANGED
@@ -17,6 +17,16 @@
17
17
  ruby -v 5.2.1
18
18
 
19
19
  ご教示宜しくお願い致します。
20
+
21
+
22
+
23
+
24
+
25
+ if tomorrow_forecast["temperature"]["max"]["celsius"] = nil
26
+
27
+ 条件
28
+
29
+ 等googleで見つかったことは試しましたが、解決しなかったため具体的なコードを教えて頂きたいです。
20
30
 
21
31
 
22
32
 

5

2019/11/14 13:21

投稿

Akihide
Akihide

スコア8

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- この場合に"データなし"等と表示したいのですが、どうしたら良いでしょうか。
15
+ この場合に"データなし"等と表示したいのですが、どうしたら良いでしょうか。(データがnullでない場合は正常に作動します)
16
16
 
17
17
  ruby -v 5.2.1
18
18
 

4

2019/11/14 13:17

投稿

Akihide
Akihide

スコア8

test CHANGED
@@ -1 +1 @@
1
- []' for nil:NilClassの解決
1
+ Ruby []' for nil:NilClassの解決
test CHANGED
File without changes

3

2019/11/14 13:16

投稿

Akihide
Akihide

スコア8

test CHANGED
File without changes
test CHANGED
@@ -124,11 +124,11 @@
124
124
 
125
125
  elsif input == 0 then
126
126
 
127
- end_program # end_programメソッドの呼び出し
127
+ end_program
128
128
 
129
129
  else
130
130
 
131
- exception # exceptionメソッドの呼び出し
131
+ exception
132
132
 
133
133
  end
134
134
 

2

2019/11/14 13:15

投稿

Akihide
Akihide

スコア8

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,9 @@
24
24
 
25
25
 
26
26
 
27
+ ```
28
+
27
- require 'uri'
29
+ require 'uri'
28
30
 
29
31
  require 'net/http'
30
32
 
@@ -131,3 +133,5 @@
131
133
  end
132
134
 
133
135
  end
136
+
137
+ ```

1

2019/11/14 13:14

投稿

Akihide
Akihide

スコア8

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
 
26
26
 
27
- require 'uri'
27
+ require 'uri'
28
28
 
29
29
  require 'net/http'
30
30