Mov305/Ruby-capston

[1pt] Implement move to archive method (Group task)

Opened this issue · 0 comments

- move_to_archive() in the Item class
    - should reuse can_be_archived?() method
    - should change the archived property to true if the result of the can_be_archived?() method is true
    - should do nothing if the result of the can_be_archived?() method is false