Sha256: b5ba85e7c82ba38b5b633d313c3844f65d4b53384b26f5fc380fc81568f45f12
Contents?: true
Size: 472 Bytes
Versions: 61
Compression:
Stored size: 472 Bytes
Contents
controller :controller do action :index do on_entry %{ original_page = { _head: "head", _next: "next", _id: "id", entries: [ {_id: "id", _sig: "sig"}, ], _hash: "hash", _type: "array", }; page = CopyPage(original_page); var entry0 = {hello: "world"} var entry2 = {hello: "world2"} EntryInsert(page, 0, entry0); EntryInsert(page, 2, entry2); } end end
Version data entries
61 entries across 61 versions & 1 rubygems