Method: RubbishCode::StudentListFormat#write_to
- Defined in:
- lib/source/student_list_format.rb
#write_to(filename) ⇒ Object
14 15 16 |
# File 'lib/source/student_list_format.rb', line 14 def write_to(filename) formater.write_to(filename, self.students) end |