class Navigatrix::ItemCollection

Public Instance Methods

items() click to toggle source
# File lib/navigatrix/item_collection.rb, line 6
def items
  configuration.map { |name, config| Item.new(name, config, context) }
end