On Sat, Sep 23, 2017 at 2:09 AM, ToddAndMargo <toddandma...@zoho.com> wrote:

>       method write(IO::Handle:D: Blob:D $buf --> True)
>

The key here is the colon *after* `IO::Handle:D`: that marks the Handle as
an invocant, i.e. this is a method to be applied to an object. (The fact
that it has a `type smiley`, i.e. another colon before that, doesn't help
with deciphering the signature....)

I have to think there's a better way to document these things than to
expose what probably ought to be treated as an advanced feature of
Captures....

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to