Returns a new instance of Base.
5 6 7 8
# File 'lib/barometer/base.rb', line 5 def initialize(query, units=:metric) @query = Query.new(query, units) @weather = Weather.new(units) end