```def each .each do |value| yield(MyWrapper.wrap(value)) end end ```