# File lib/her/collection.rb, line 7 def initialize(items = [], metadata = {}, errors = {}) super(items) @metadata = metadata @errors = errors end