lib/vedeu/models/menu.rb in vedeu-0.4.11 vs lib/vedeu/models/menu.rb in vedeu-0.4.12
- old
+ new
@@ -93,10 +93,10 @@
end
# Returns a new collection of items.
# Each element of the collection is of the format:
#
- # [ selected, current, item ]
+ # [selected, current, item]
#
# `selected` is a boolean indicating whether the item is selected.
# `current` is a boolean indicating whether the item is current.
# `item` is the item itself.
#