Method: Students_list_file#initialize
- Defined in:
- lib/models/students_list/students_list_file.rb
#initialize(file_path, data_storage_strategy) ⇒ Students_list_file
constructor
9 10 11 12 13 |
# File 'lib/models/students_list/students_list_file.rb', line 9 def initialize(file_path, data_storage_strategy) self.file_path = file_path self.data_storage_strategy = data_storage_strategy self.students = read end |