ichala/Ruby-Capstone

[1.5] Implement methods: add_item

Closed this issue · 1 comments

  • - add_item method in the Label class
  1. should take an instance of the Item class as an input
  2. should add the input item to the collection of items
  3. should add self as a property of the item object (by using the correct setter from the item object)