Classes: AreaParser, Client
"0.1.2"
11 12 13 14
# File 'lib/anemoi.rb', line 11 def self.get_weather(text) @@instance ||= Client.new @@instance.get_weather(text) end