Method: Weather::Day#initialize

Defined in:
lib/day.rb

#initialize(doc) ⇒ Day

Returns a new instance of Day.



8
9
10
# File 'lib/day.rb', line 8

def initialize(doc)
  super(doc)
end