Sha256: c9ba723ff6da040003447194ac46181737b1b6430d2cc87285e3f8ef31030408
Contents?: true
Size: 320 Bytes
Versions: 1
Compression:
Stored size: 320 Bytes
Contents
require_relative '../../../Lab2/rb' require_relative 'Data_table' require_relative 'Data_list' class DataListStudentShort < DataList public_class_method :new def get_names ['Фамилия И.О.','Гит','Контакт'] end def table_fields(obj) [obj.fio, obj.git, obj.contact] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mc_gem3-1.0.0 | lib/source/Data_list_student_short.rb |