We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbfe92 commit 186d04aCopy full SHA for 186d04a
lib/coffeeoutside/weather.rb
@@ -25,11 +25,6 @@ def closest_forecast
25
@result.forecast.last
26
end
27
28
- # TODO remove this
29
- def parse_owm_datestring(str)
30
- DateTime.strptime(str, "%Y-%m-%d %H-%M-%S")
31
- end
32
-
33
def forecast #: Forecast
34
api_call
35
fc = closest_forecast
sig/generated/coffeeoutside/weather.rbs
@@ -10,9 +10,6 @@ module CoffeeOutside
10
11
def closest_forecast: () -> untyped
12
13
14
- def parse_owm_datestring: (untyped str) -> untyped
15
16
def forecast: () -> Forecast
17
18
0 commit comments