Method: Forecast#method_missing

Defined in:
lib/forecast.rb

#method_missing(method, *args, &block) ⇒ Object



17
18
19
# File 'lib/forecast.rb', line 17

def method_missing(method, *args, &block)
  @source.send(method, *args, &block)
end