MosDevx / Ruby-Capstone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[0.5pt] Group Tasks: Implement `can_be_archive` method

Rhaegar121 opened this issue · comments

Implement the method:
can_be_archived?() in the Item class
should return true if published_date is older than 10 years
otherwise, it should return false