Method: RubbishCode::StudentListFormat#read_from

Defined in:
lib/source/student_list_format.rb

#read_from(filename) ⇒ Object



10
11
12
# File 'lib/source/student_list_format.rb', line 10

def read_from(filename)
    self.students = formater.read_from(filename)
end