Class: Meteorology::WeatherCollection
- Inherits:
-
Hash
- Object
- Hash
- Meteorology::WeatherCollection
- Defined in:
- lib/meteorology/weather_collection.rb
Instance Method Summary collapse
Instance Method Details
#current ⇒ Object
3 4 5 |
# File 'lib/meteorology/weather_collection.rb', line 3 def current self.send("[]", current_time_key) end |