chore: remove unnecessary comment from Person class

lab2
Artem-Darius Weber 1 week ago
parent 7e7110f01e
commit 4e91bae07c

@ -1,7 +1,6 @@
require_relative 'contact'
class Person
# contact только в этом классе, убрать из наследуемых переопределение
attr_reader :id, :git, :contact
def initialize(id:, git:, contact: Contact.new)

Loading…
Cancel
Save