# File lib/nanoc/base/source_data/item_array.rb, line 43 def at(arg) if arg.is_a?(String) self.item_with_identifier(arg) else @items[arg] end end