Class: Igniter::Lang::Types::Forecast
- Inherits:
-
Object
- Object
- Igniter::Lang::Types::Forecast
- Defined in:
- lib/igniter/lang/types.rb
Class Method Summary collapse
Class Method Details
.[](of) ⇒ Object
78 79 80 |
# File 'lib/igniter/lang/types.rb', line 78 def self.[](of) Descriptor.new(kind: :forecast, of: of) end |