Method: RubbishCode::StudentListFormat#add_student

Defined in:
lib/source/student_list_format.rb

#add_student(student) ⇒ Object



24
25
26
# File 'lib/source/student_list_format.rb', line 24

def add_student(student)
    self.students << student
end