lib/rubyfocus/items/ranked_item.rb in rubyfocus-0.5.6 vs lib/rubyfocus/items/ranked_item.rb in rubyfocus-0.5.9
- old
+ new
@@ -1,8 +1,9 @@
class Rubyfocus::RankedItem < Rubyfocus::NamedItem
attr_accessor :rank
# Ranked items also happen to be contained items
+ # Container setting is handled by subclasses - tasks and folders
idref :container
# Retrieve a full list of the parents of this item. [0] = immediate parent
def ancestry
if container
\ No newline at end of file