24 25 26
# File 'lib/Student_list.rb', line 24 def get_student(stud_id) students.find{|s| s.id == stud_id} end