ichala/Ruby-Capstone

[Group] Implement methods: can_be_archived?()

Closed this issue · 1 comments

  • can_be_archived?() in the Item class :
  1. should return true if published_date is older than 10 years
  2. otherwise, it should return false