Method: Muwu::ProjectOptionsReader#phase_1_read_options_file

Defined in:
lib/muwu/project_options_builder/project_options_reader.rb

#phase_1_read_options_fileObject



44
45
46
47
48
# File 'lib/muwu/project_options_builder/project_options_reader.rb', line 44

def phase_1_read_options_file
  if ProjectValidator.new(@project).validate_file_options
    @options_from_file = YAML.load_file(@project.options_filename)
  end
end