issues
search
Metsanpeitto
/
capstone-4_ruby
GNU General Public License v3.0
1
stars
0
forks
source link
[1pt] can_be_archived?() in the Game class
#44
Open
PolinaStamenova
opened
3 years ago
PolinaStamenova
commented
3 years ago
can_be_archived?() in the Game class:
should override the method from the parent class
should return true if parent's method returns true AND if last_played_at is older than 2 years
otherwise, it should return false
can_be_archived?() in the Game class: