lib/linked/item.rb in linked-0.5.1 vs lib/linked/item.rb in linked-0.5.2

- old
+ new

@@ -8,9 +8,10 @@ class Item include Listable # The Item can hold an arbitrary object as its value and it will stay with # the item. + # # @return [Object] any object that is stored in the item. attr_accessor :value # Creates a new item. If a list is given the item will be considered a part # of that list and appended to the end of it.