Class: Pokotarou::RegistrationConfigMaker::ImportOptionSetter

Inherits:
Object
  • Object
show all
Defined in:
lib/pokotarou/registration_config_maker/import_option_setter.rb

Class Method Summary collapse

Class Method Details

.set(all_content) ⇒ Object



6
7
8
9
# File 'lib/pokotarou/registration_config_maker/import_option_setter.rb', line 6

def set all_content
  ::Pokotarou::AdditionalMethods::Main.import_from_yml(all_content[:"import'"])
  all_content.delete(:"import'")
end