module Duststorm::Forecast

Public Class Methods

new(*args) click to toggle source
# File lib/duststorm/forecast.rb, line 5
def self.new(*args)
  Forecast::Base.new(*args)
end