Commit ee2efa49 authored by Geoff Simmons's avatar Geoff Simmons

Add .blob() and .deleted() to the SYNOPSIS.

parent 86cbff7b
......@@ -28,8 +28,10 @@ SYNOPSIS
new <obj> = file.reader(STRING name [, STRING path] [, DURATION ttl])
STRING <obj>.get()
VOID <obj>.synth()
BLOB <obj>.blob()
BOOL <obj>.error()
STRING <obj>.errmsg()
BOOL <obj>.deleted()
BYTES <obj>.size()
TIME <obj>.mtime()
DURATION <obj>.next_check()
......
......@@ -24,8 +24,10 @@ SYNOPSIS
new <obj> = file.reader(STRING name [, STRING path] [, DURATION ttl])
STRING <obj>.get()
VOID <obj>.synth()
BLOB <obj>.blob()
BOOL <obj>.error()
STRING <obj>.errmsg()
BOOL <obj>.deleted()
BYTES <obj>.size()
TIME <obj>.mtime()
DURATION <obj>.next_check()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment