Method: Forcast::Controller::Definitor#definitor_string

Defined in:
lib/forcast/controllers/controller/definitor/definitor.rb

#definitor_string(key, type) ⇒ Object



242
243
244
245
246
# File 'lib/forcast/controllers/controller/definitor/definitor.rb', line 242

def definitor_string(key, type)
  constructor(key, type) do |result|
    input_type(result)
  end
end