Sha256: 40aa43d38ac987b15b2a028f2a1f1dee34787edd8281695d9f22885fb7a8a19d
Contents?: true
Size: 384 Bytes
Versions: 61
Compression:
Stored size: 384 Bytes
Contents
controller :controller do action :index do on_entry %{ original_page = { _head: "head", _next: "next", _id: "id", entries: { "id0": {_sig: "sig"}, "id1": {_sig: "sig2"}, }, _hash: "hash", _type: "hash", }; page = CopyPage(original_page); EntryDel(page, "id0"); } end end
Version data entries
61 entries across 61 versions & 1 rubygems